A modern, customizable React Select component with Tailwind CSS styling.
This is a monorepo managed with pnpm workspaces containing:
packages/core
: The main React Select componentpackages/playground
: A development environment for testing the component
- Node.js (v16 or higher)
- pnpm (v8 or higher)
- Install dependencies:
pnpm install
- Start development:
pnpm dev
- Run
pnpm dev
to start the development environment - Run
pnpm build
to build all packages - Run
pnpm lint
to lint all packages
MIT