1.0.2 • Published 1 year ago

@tailwind-rc/select v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago