Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.2 KB

Next-MixedTag

screenshot

Description

Next MixedTag provides a Tag Input component with text support. It allows users to enter both plain text and tags in a single input field. This project utilizes the Tagify library and is built with Next.js and Tailwind CSS.

Installation

To install Next-Workflow, follow these steps:

  1. Clone the repository: git clone https://github.com/shahriarshafin/next-mixedtag.git
  2. Navigate to the project directory: cd next-mixedtag
  3. Install the dependencies: npm install

Scripts

  • dev: Starts the development server.
  • build: Builds the application for production.
  • start: Starts the production server.
  • lint: Runs ESLint to check for linting errors.

You can run these scripts by executing npm run <script-name>.

Dependencies

  • @yaireo/tagify: ^4.17.8
  • autoprefixer: 10.4.14
  • eslint: 8.40.0
  • eslint-config-next: 13.4.1
  • next: 13.4.1
  • postcss: 8.4.23
  • react: 18.2.0
  • react-dom: 18.2.0
  • tailwindcss: 3.3.2

These dependencies will be installed automatically when you run npm install.