Docs Updated
This commit is contained in:
@@ -29,18 +29,6 @@ Autocomplete wraps a **daisyUI Input component** internally. All Input styling c
|
||||
|
||||
> For further details, check the [daisyUI Input Documentation](https://daisyui.com/components/input) – Full reference for CSS classes.
|
||||
|
||||
### Example
|
||||
|
||||
```javascript
|
||||
Autocomplete({
|
||||
class: "input-primary input-lg",
|
||||
items: fruits,
|
||||
value: selected,
|
||||
onSelect: (value) => selected(value)
|
||||
});
|
||||
// Applies: primary color, large size
|
||||
```
|
||||
|
||||
## Live Examples
|
||||
|
||||
### Basic Autocomplete
|
||||
|
||||
Reference in New Issue
Block a user