Textarea
A form textarea component for multi-line text input with various states and configurations.
Installation
Usage
Examples
Default
Disabled
With Label
With Text
Your message will be copied to the support team.
With Button
Form
API Reference
Properties
Property | Type | Default | Description |
---|---|---|---|
uiTextarea | Directive | — | Textarea directive for styling and functionality. |
placeholder | string | — | Placeholder text for the textarea. |
disabled | boolean | — | Whether the textarea is disabled. |
rows | number | — | Number of visible text lines. |
cols | number | — | Number of visible text columns. |
class | string | — | Additional CSS classes. |
Built with ❤️ by @immohammadjaved • Source code available on GitHub