shadcn-zod-formkit 1.0.2 → 1.0.4

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 CHANGED
@@ -26,7 +26,7 @@ yarn add shadcn-zod-formkit
26
26
  You need installa shadcn basic components
27
27
  ```typescript
28
28
  # Add Shadcn Basics
29
- npx shadcn@latest add accordion alert badge button calendar card checkbox dialog popover form input label select sonner tooltip switch textarea input-otp collapsible input-group radio-group
29
+ npx shadcn@latest add accordion alert badge button calendar card checkbox dialog popover form input label select sonner tooltip switch textarea input-otp collapsible input-group radio-group slider
30
30
  ```
31
31
 
32
32
 
@@ -88,12 +88,14 @@ const mockFields: Array<FieldProps |FieldProps[]> = [
88
88
  | **Switch** | `InputTypes.SWITCH` |
89
89
  | **Checkbox** | `InputTypes.CHECKBOX` |
90
90
  | **Date Picker** | `InputTypes.DATE` |
91
+ | **Date Time Picker** | `InputTypes.DATE_TIME` |
91
92
  | **Select** | `InputTypes.SELECT` |
92
93
  | **OTP Code** | `InputTypes.OTP` |
93
94
  | **Upload File** | `InputTypes.FILE` |
94
95
  | **Checkbox List** | `InputTypes.SIMPLE_CHECK_LIST` |
95
96
  | **Switch List** | `InputTypes.GROUPED_SWITCH_LIST` |
96
97
  | **Radio Group** | `InputTypes.RADIO_GROUP` |
98
+ | **Tags** | `InputTypes.TAGS` |
97
99
 
98
100
 
99
101
  ## ✅ Features