MazTextarea
MazTextarea is a standalone component that replaces the standard html textarea input with a beautiful design system. Many options like colors, disabled, error, warning, success and error messages are available.
INFO
Before you have to import the global css files in your project, follow instructions in Getting Started
INFO
This component has the "autogrow" feature, so when the user writes, the textarea expands automatically
Basic usage
With label and append slots
You can use the label
and append
slots to customize the label and the append element.
With hint and state
You can use the hint
attribute to display a hint message. This will replace the label.