Textarea
A form textarea.
Importing
1
import { Textarea } from '@infinityfx/fluid';Usage
API reference
Textarea Props
size?
'xsm' | 'sml' | 'med' | 'lrg'
'med'
variant?
'default' | 'minimal'
'default'
error?
any
Marks the textarea as invalid when truthy.
resize?
'none' | 'vertical' | 'horizontal' | 'both' | 'auto'
'both'
Controls how the textarea can be resized. A value of auto allows the textarea to grow with its contents.
disabled?
boolean
false