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.
To install Next-Workflow, follow these steps:
- Clone the repository:
git clone https://github.com/shahriarshafin/next-mixedtag.git
- Navigate to the project directory:
cd next-mixedtag
- Install the dependencies:
npm install
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>
.
@yaireo/tagify
: ^4.17.8autoprefixer
: 10.4.14eslint
: 8.40.0eslint-config-next
: 13.4.1next
: 13.4.1postcss
: 8.4.23react
: 18.2.0react-dom
: 18.2.0tailwindcss
: 3.3.2
These dependencies will be installed automatically when you run npm install
.