Docs Updated

This commit is contained in:
2026-04-03 01:41:07 +02:00
parent b0629ef3d0
commit 257107e198
42 changed files with 1529 additions and 6255 deletions

View File

@@ -29,17 +29,6 @@ Datepicker wraps a **daisyUI Input component** internally. All Input styling cla
> For further details, check the [daisyUI Input Documentation](https://daisyui.com/components/input) Full reference for CSS classes.
### Example
```javascript
Datepicker({
class: "input-primary input-lg",
label: "Select date",
value: selectedDate
});
// Applies: primary color, large size
```
## Live Examples
### Basic Datepicker