add AI agents files
This commit is contained in:
parent
5a903af22a
commit
9b9ae5c7f5
79 changed files with 2399 additions and 23 deletions
16
.opencode/skills/daisyui/components/kbd.md
Normal file
16
.opencode/skills/daisyui/components/kbd.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
### kbd
|
||||
Kbd is used to display keyboard shortcuts
|
||||
|
||||
[kbd docs](https://daisyui.com/components/kbd/)
|
||||
|
||||
#### Class names
|
||||
- component: `kbd`
|
||||
- size: `kbd-xs`, `kbd-sm`, `kbd-md`, `kbd-lg`, `kbd-xl`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<kbd class="kbd {MODIFIER}">K</kbd>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- {MODIFIER} is optional and can have one of the size class names
|
||||
Loading…
Add table
Add a link
Reference in a new issue