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

@@ -25,16 +25,6 @@ Colorpicker is a custom component built with Tailwind CSS. The button supports s
> For further details, check the [daisyUI Button Documentation](https://daisyui.com/components/button) The color picker button accepts standard button styling classes.
### Example
```javascript
Colorpicker({
class: "btn-outline btn-sm",
label: "Pick color",
value: selectedColor
});
```
## Live Examples
### Basic Colorpicker