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 devto start the development environment - Run
pnpm buildto build all packages - Run
pnpm lintto lint all packages
MIT