You can edit 8 Components for free. Get premium for unlimited access.
Displays a form textarea or a component that looks like a textarea.
The Textarea component is used to be able to write text.
This component inherits props from the Textarea.
You can edit the state with the default, active, filled or disabled parameter.

Image 2.1 : State default

Image 2.2 : State active

Image 2.3 : State filled

Image 2.4 : State disabled
This component is on the roadmap and in Progress This means that it is currently being edited and will be published in the next few weeks/months. Check back often to stay informed about the latest updates.
Preview
Code
DlTextarea(
placeholder: 'Tell us something about you',
)Add this code example to your project to see how the component works.
DlTextarea(
placeholder: 'Tell us something about you',
)DlTextarea is a full-width multiline text input with fixed height, token-based styling and active focus border behavior.
Disabled
Preview
Code
DlTextarea(
placeholder: 'Tell us something about you',
enabled: false,
)You have questions or need help?
You want to try?
Save time and money?