format project
This commit is contained in:
parent
7651afaa0b
commit
a6d4064af8
83 changed files with 942 additions and 536 deletions
|
|
@ -1,18 +1,22 @@
|
|||
### 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