vue3-tailwind-components 0.0.6 → 0.0.8
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 +5972 -5822
- package/dist/vue3-tailwind-components.umd.js +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
# vue3-tailwind-components
|
2
2
|
This is a simple set of Vue 3, Tailwind based components. At the moment these consist of:
|
3
3
|
* [Button](./src/components/button/README.md)
|
4
|
+
* [Badge](./src/components/badge/README.md)
|
4
5
|
* [Table](./src/components/table/README.md)
|
5
6
|
* [Paginator](./src/components/paginator/README.md)
|
6
7
|
* [Icons](./src/components/icons/README.md)
|
7
8
|
* [Modal](./src/components/modal/README.md)
|
9
|
+
* [Rollout](./src/components/rollout/README.md)
|
8
10
|
* Form elements
|
9
11
|
* * [Select](./src/components/select/README.md)
|
10
12
|
* * [Input](./src/components/input/README.md)
|