vue3-tailwind-components 0.0.6 → 0.0.7
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 +4139 -4069
- package/dist/vue3-tailwind-components.umd.js +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
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)
|