# Primary color
文字输入框是简单的输入框。
类名 | 类型 | |
---|---|---|
form-control | 组件类 | Container element |
label | 组件类 | For helper text |
input | 组件类 | For <input> element |
input-bordered | 装饰类 | Adds border to input |
input-ghost | 装饰类 | Adds ghost style to input |
input-primary | 装饰类 | Adds `primary` color to input |
input-secondary | 装饰类 | Adds `secondary` color to input |
input-accent | 装饰类 | Adds `accent` color to input |
input-info | 装饰类 | Adds `info` color to input |
input-success | 装饰类 | Adds `success` color to input |
input-warning | 装饰类 | Adds `warning` color to input |
input-error | 装饰类 | Adds `error` color to input |
input-lg | 响应类 | Large size for input |
input-md | 响应类 | Medium (default) size for input |
input-sm | 响应类 | Small size for input |
input-xs | 响应类 | Extra small size for input |