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/loading.md
Normal file
17
.opencode/skills/daisyui/components/loading.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
### loading
|
||||
Loading shows an animation to indicate that something is loading
|
||||
|
||||
[loading docs](https://daisyui.com/components/loading/)
|
||||
|
||||
#### Class names
|
||||
- component: `loading`
|
||||
- style: `loading-spinner`, `loading-dots`, `loading-ring`, `loading-ball`, `loading-bars`, `loading-infinity`
|
||||
- size: `loading-xs`, `loading-sm`, `loading-md`, `loading-lg`, `loading-xl`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<span class="loading {MODIFIER}"></span>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- {MODIFIER} is optional and can have one of the style/size class names
|
||||
Loading…
Add table
Add a link
Reference in a new issue