vue3-tailwind-components 0.2.2 → 0.2.4
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 +4830 -4808
- package/dist/vue3-tailwind-components.umd.js +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
@@ -11,6 +11,7 @@ This is a simple set of Vue 3, Tailwind based components. At the moment these co
|
|
11
11
|
* [Rollout](./src/components/rollout/README.md)
|
12
12
|
* [Dropdown](./src/components/dropdown/README.md)
|
13
13
|
* [Notication (Toast)](./src/components/notification/README.md)
|
14
|
+
* [Collapse](./src/components/collapse/README.md)
|
14
15
|
* Form elements
|
15
16
|
*
|
16
17
|
* [Select](./src/components/select/README.md)
|