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/input.md
Normal file
20
.opencode/skills/daisyui/components/input.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
### input
|
||||
Text Input is a simple input field
|
||||
|
||||
[input docs](https://daisyui.com/components/input/)
|
||||
|
||||
#### Class names
|
||||
- component: `input`
|
||||
- style: `input-ghost`
|
||||
- color: `input-neutral`, `input-primary`, `input-secondary`, `input-accent`, `input-info`, `input-success`, `input-warning`, `input-error`
|
||||
- size: `input-xs`, `input-sm`, `input-md`, `input-lg`, `input-xl`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<input type="{type}" placeholder="Type here" class="input {MODIFIER}" />
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- {MODIFIER} is optional and can have one of each style/color/size class names
|
||||
- Can be used with any input field type (text, password, email, etc.)
|
||||
- Use `input` class for the parent when you have more than one element inside input
|
||||
Loading…
Add table
Add a link
Reference in a new issue