Docs Updated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user