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/progress.md
Normal file
17
.opencode/skills/daisyui/components/progress.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
### progress
|
||||
Progress bar can be used to show the progress of a task or to show the passing of time
|
||||
|
||||
[progress docs](https://daisyui.com/components/progress/)
|
||||
|
||||
#### Class names
|
||||
- component: `progress`
|
||||
- color: `progress-neutral`, `progress-primary`, `progress-secondary`, `progress-accent`, `progress-info`, `progress-success`, `progress-warning`, `progress-error`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<progress class="progress {MODIFIER}" value="50" max="100"></progress>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- {MODIFIER} is optional and can have one of the color class names
|
||||
- You must specify value and max attributes
|
||||
Loading…
Add table
Add a link
Reference in a new issue