add AI agents files
This commit is contained in:
parent
5a903af22a
commit
9b9ae5c7f5
79 changed files with 2399 additions and 23 deletions
18
.opencode/skills/daisyui/components/textarea.md
Normal file
18
.opencode/skills/daisyui/components/textarea.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
### textarea
|
||||
Textarea allows users to enter text in multiple lines
|
||||
|
||||
[textarea docs](https://daisyui.com/components/textarea/)
|
||||
|
||||
#### Class Names:
|
||||
- Component: `textarea`
|
||||
- Style: `textarea-ghost`
|
||||
- Color: `textarea-neutral`, `textarea-primary`, `textarea-secondary`, `textarea-accent`, `textarea-info`, `textarea-success`, `textarea-warning`, `textarea-error`
|
||||
- Size: `textarea-xs`, `textarea-sm`, `textarea-md`, `textarea-lg`, `textarea-xl`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<textarea class="textarea {MODIFIER}" placeholder="Bio"></textarea>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- {MODIFIER} is optional and can have one of each style/color/size class names
|
||||
Loading…
Add table
Add a link
Reference in a new issue