# Primary color
多行文本框允许用户在多行中输入文本。
| 类名 | 类型 | |
|---|---|---|
| form-control | 组件类 | Container element |
| label | 装饰类 | For helper text |
| textarea | 装饰类 | For <textarea> element |
| textarea-bordered | 装饰类 | Adds border to textarea |
| textarea-ghost | 装饰类 | Adds ghost style to textarea |
| textarea-primary | 装饰类 | Adds `primary` color to textarea |
| textarea-secondary | 装饰类 | Adds `secondary` color to textarea |
| textarea-accent | 装饰类 | Adds `accent` color to textarea |
| textarea-info | 装饰类 | Adds `info` color to textarea |
| textarea-success | 装饰类 | Adds `success` color to textarea |
| textarea-warning | 装饰类 | Adds `warning` color to textarea |
| textarea-error | 装饰类 | Adds `error` color to textarea |
| textarea-lg | 响应类 | Large size for textarea |
| textarea-md | 响应类 | Medium (default) size for textarea |
| textarea-sm | 响应类 | Small size for textarea |
| textarea-xs | 响应类 | Extra small size for textarea |
