@engrate/components 0.1.23 → 0.1.25

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.
@@ -63,21 +63,23 @@ If your project uses Tailwind CSS v4, import in your CSS file to get access to a
63
63
 
64
64
  ### Form Components
65
65
 
66
- | Component | Purpose |
67
- | ---------------- | --------------------------- |
68
- | `Button` | Primary action element |
69
- | `Input` | Text input field |
70
- | `Textarea` | Multi-line text input |
71
- | `Checkbox` | Boolean input |
72
- | `Radio` | Single selection from group |
73
- | `Slider` | Value selection via drag |
74
- | `Switch` | Toggle on/off |
75
- | `Select` | Dropdown selection |
76
- | `DatePicker` | Date selection |
77
- | `DateTimePicker` | Date and time selection |
78
- | `Label` | Form field label |
79
- | `FormField` | Field wrapper with label |
80
- | `FormMessage` | Validation message display |
66
+ | Component | Purpose |
67
+ | ----------------- | --------------------------- |
68
+ | `Button` | Primary action element |
69
+ | `Input` | Text input field |
70
+ | `Textarea` | Multi-line text input |
71
+ | `Checkbox` | Boolean input |
72
+ | `Radio` | Single selection from group |
73
+ | `Slider` | Value selection via drag |
74
+ | `Switch` | Toggle on/off |
75
+ | `Select` | Dropdown selection |
76
+ | `DatePicker` | Date selection |
77
+ | `DateRangePicker` | Date range selection |
78
+ | `DateTimePicker` | Date and time selection |
79
+ | `Calendar` | Calendar primitive (shared) |
80
+ | `Label` | Form field label |
81
+ | `FormField` | Field wrapper with label |
82
+ | `FormMessage` | Validation message display |
81
83
 
82
84
  ### Feedback Components
83
85