Textareas can have different shapes. Use the shape
prop to change the shape of the textarea component.
Show codeHide code
Textareas can have floating labels. Use the label-float
prop to enable the floating label.
Show codeHide code
Textareas can be shown smaller. Use the size
prop with the sm
value to make them smaller.
Show codeHide code
Textareas can have a primary colored focus. Use the color-focus
prop to enable the colored focus.
Show codeHide code
Textareas can be shown in a loading state. Use the loading
prop to enable the loading state.
Show codeHide code
Textareas can be shown disabled. Use the disabled
prop to disable the textarea.
Show codeHide code
Textareas can be shown in an error state. Use the error
prop to show the error and the error message.
Please fill up the message
Show codeHide code
Textareas can have custom addons. Use the addon
slot to add your own custom addons.
Maya
Show codeHide code
This component has no props