add AI agents files
This commit is contained in:
parent
5a903af22a
commit
9b9ae5c7f5
79 changed files with 2399 additions and 23 deletions
15
.opencode/skills/daisyui/components/theme-controller.md
Normal file
15
.opencode/skills/daisyui/components/theme-controller.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
### theme-controller
|
||||
If a checked checkbox input or a checked radio input with theme-controller class exists in the page, The page will have the same theme as that input's value
|
||||
|
||||
[theme-controller docs](https://daisyui.com/components/theme-controller/)
|
||||
|
||||
#### Class names
|
||||
- component: `theme-controller`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<input type="checkbox" value="{theme-name}" class="theme-controller" />
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- The value attribute of the input element should be a valid daisyUI theme name
|
||||
Loading…
Add table
Add a link
Reference in a new issue