@tailwind-rc/select
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

tailwindcss-select

How to Use

Step 1.

npm i @tailwind-rc/select

Step 2.

Add to tailwind.config.cjs

content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
+   "./node_modules/@tailwind-rc/**/*.{js,ts,jsx,tsx}",
],

Step 3.

import { 
  Select, 
  SearchSelect, 
  Combobox, 
  Autocomplete, 
  TreeSelect,
} from "@tailwind-rc/select";

Use with React Router

npm i react-router-dom
import { 
  RouteSelect,
  RouteSearchSelect,
  RouteCombobox,
  RouteAutocomplete,
  RouteTreeSelect,
} from "@tailwind-rc/select/route";

Package Sidebar

Install

npm i @tailwind-rc/select

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

168 kB

Total Files

37

Last publish

Collaborators

  • alexanderpo