@formkit/pro 0.112.5-1d1b94a → 0.112.5-2884bf7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -4
- package/index.cjs +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,13 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
FormKit Pro is a first party library of professional grade "synthetic" inputs for the FormKit form building framework. This growing list of inputs currently includes:
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
- Autocomplete
|
|
6
|
+
- Datepicker
|
|
7
|
+
- Dropdown
|
|
8
|
+
- Mask
|
|
6
9
|
- Rating
|
|
7
10
|
- Repeater
|
|
8
|
-
-
|
|
9
|
-
- Autocomplete
|
|
11
|
+
- Slider
|
|
10
12
|
- Taglist
|
|
11
|
-
-
|
|
13
|
+
- Toggle
|
|
12
14
|
- Transfer List
|
|
13
15
|
|
|
14
16
|
## Usage
|