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