vue3-tailwind-components 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -0
- package/dist/vue3-tailwind-components.es.js +6514 -6271
- package/dist/vue3-tailwind-components.umd.js +24 -24
- package/package.json +3 -1
package/README.md
CHANGED
@@ -7,6 +7,7 @@ This is a simple set of Vue 3, Tailwind based components. At the moment these co
|
|
7
7
|
* [Icons](./src/components/icons/README.md)
|
8
8
|
* [Modal](./src/components/modal/README.md)
|
9
9
|
* [Rollout](./src/components/rollout/README.md)
|
10
|
+
* [Dropdown](./src/components/dropdown/README.md)
|
10
11
|
* Form elements
|
11
12
|
* * [Select](./src/components/select/README.md)
|
12
13
|
* * [Input](./src/components/input/README.md)
|