vue3-tailwind-components 0.2.9 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +3 -0
- package/dist/vue3-tailwind-components.es.js +5175 -5124
- package/dist/vue3-tailwind-components.umd.js +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
@@ -12,11 +12,14 @@ This is a simple set of Vue 3, Tailwind based components. At the moment these co
|
|
12
12
|
* [Dropdown](./src/components/dropdown/README.md)
|
13
13
|
* [Notication (Toast)](./src/components/notification/README.md)
|
14
14
|
* [Collapse](./src/components/collapse/README.md)
|
15
|
+
|
15
16
|
* Form elements
|
16
17
|
*
|
17
18
|
* [Select](./src/components/select/README.md)
|
18
19
|
*
|
19
20
|
* [Input](./src/components/input/README.md)
|
21
|
+
|
22
|
+
* [Range (slider)](./src/components/range/README.md)
|
20
23
|
*
|
21
24
|
* [Textarea](./src/components/textarea/README.md)
|
22
25
|
*
|