Sections
Components
- Alert banner
- Alert dialog
- Alert
- Avatar
- Badge
- Breadcrumb
- Button
- Calendar icon
- Cell layout
- Cell link
- Checkbox
- Collapse
- Control label
- Date picker
- Dialog
- Divider
- Drawer
- Empty cell
- Empty state
- Empty
- Error overlay
- Filter bar
- Filter chips
- Flex
- Grid layout
- Humanised date
- Icon
- Duration input
- Input field
- Input
- Label
- Loader
- More actions
- Number input
- Outside click
- Page loader
- Page
- Popconfirm
- Popover
- Progress pie
- Progress
- Radio button group
- Radio Group
- Radio
- Relative time
- Resizable
- Search input
- Select
- Skeleton text
- Skeleton
- Space
- Squad avatar list
- Status picker
- Stepper
- Switch
- Content switcher
- Table light
- Tabs
- Tag
- Text
- Textarea
- Toast
- Tooltip
- Trigger select
- Upload
<rl-textarea placeholder="Write a note" rows="3"></rl-textarea>Examples#
Helper text#
<rl-textarea label="Description" helper-text="Visible to the customer" rows="3"></rl-textarea>API#
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | — | Current value. |
placeholder | string | — | Empty-state hint. |
disabled | boolean | false | Prevents editing. |
required | boolean | false | Marks the field required. |
label | string | — | Optional field label. |
helper-text | string | — | Supporting copy under the field. |
rows | number | — | Visible line count. |
name | string | — | Form name. |