Benjamin den Boer
Design with input fields. Tons of customization options included, from changing the focus state color to multi-line textarea support and password options.
Property | Type | Description | Default |
---|---|---|---|
Value | string |
Initial input value. | `` |
Default | string |
Placeholder value. | Type something… |
Text | color |
Text color. | #000 |
Fill | color |
Fill color. | #FFF |
Border | number |
Border color. | rgba(0,0,0,0.1) |
Border Width | number |
Border width. | 1 |
Focus | color |
Focus border color. | #09F |
Padding | number |
Padding value. | 15 |
Radius | number |
Border radius. | 10 |
Font Size | number |
Size of input type. | 15 |
Text Area | boolean |
Single- or multi-line. | False |
Password | boolean |
Hide input value. | False |