vue3-tailwind-components 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -3,9 +3,12 @@ This is a simple set of Vue 3, Tailwind based components. At the moment these co
3
3
  * [Button](./src/components/button/README.md)
4
4
  * [Table](./src/components/table/README.md)
5
5
  * [Paginator](./src/components/paginator/README.md)
6
- * [Switch](./src/components/switch/README.md)
7
6
  * [Icons](./src/components/icons/README.md)
8
7
  * [Modal](./src/components/modal/README.md)
8
+ * Form elements
9
+ * * [Select](./src/components/select/README.md)
10
+ * * [Input](./src/components/input/README.md)
11
+ * * [Switch](./src/components/switch/README.md)
9
12
 
10
13
  ## Installation
11
14