add AI agents files
This commit is contained in:
parent
5a903af22a
commit
9b9ae5c7f5
79 changed files with 2399 additions and 23 deletions
17
.opencode/skills/daisyui/components/checkbox.md
Normal file
17
.opencode/skills/daisyui/components/checkbox.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
### checkbox
|
||||
Checkboxes are used to select or deselect a value
|
||||
|
||||
[checkbox docs](https://daisyui.com/components/checkbox/)
|
||||
|
||||
#### Class names
|
||||
- component: `checkbox`
|
||||
- color: `checkbox-primary`, `checkbox-secondary`, `checkbox-accent`, `checkbox-neutral`, `checkbox-success`, `checkbox-warning`, `checkbox-info`, `checkbox-error`
|
||||
- size: `checkbox-xs`, `checkbox-sm`, `checkbox-md`, `checkbox-lg`, `checkbox-xl`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<input type="checkbox" class="checkbox {MODIFIER}" />
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- {MODIFIER} is optional and can have one of each color/size class names
|
||||
Loading…
Add table
Add a link
Reference in a new issue