Loading repository dataβ¦
Loading repository dataβ¦
ehsanbahramidev / repository
π A reusable multi-select dropdown React.js component
This is a multi-select-dropdown component developed with React.js. It's integrated into a Next.js project to demonstrate the usage of this React component in Next.js. The component can be found in the /src/app/components/MultiSelect.tsx directory.
1- Built with React.js
2- Reusable Component
3- TypeScript Support
4- SCSS Styling
Node.js and npm (or yarn) installed on your system. You can download them from the official website.
1- Clone this repository:
git clone https://github.com/ehsanbahramidev/multi-select-dropdown.git
2- Navigate to the project directory:
cd multi-select-dropdown
3- Install dependencies:
npm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Dark mode:
Light mode: