1.0.2 • Published 2 years ago

@tailwind-rc/select v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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";
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.2

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago