add AI agents files
This commit is contained in:
parent
5a903af22a
commit
9b9ae5c7f5
79 changed files with 2399 additions and 23 deletions
20
.opencode/skills/daisyui/components/list.md
Normal file
20
.opencode/skills/daisyui/components/list.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
### list
|
||||
List is a vertical layout to display information in rows
|
||||
|
||||
[list docs](https://daisyui.com/components/list/)
|
||||
|
||||
#### Class Names:
|
||||
- Component: `list`, `list-row`
|
||||
- Modifier: `list-col-wrap`, `list-col-grow`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<ul class="list">
|
||||
<li class="list-row">{CONTENT}</li>
|
||||
</ul>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- Use `list-row` for each item inside the list
|
||||
- By default, the second child of the `list-row` will fill the remaining space. You can use `list-col-grow` on another child to make it fill the remaining space instead
|
||||
- Use `list-col-wrap` to force an item to wrap to the next line
|
||||
Loading…
Add table
Add a link
Reference in a new issue