Overview
- Getting Started
- Loading States
- Forms
- Feature Flags
- Portal
- Show
- For
- Text
- Toggle
- Local Storage
Actions
- Button
- Icon Button
Communication
- Admonition
- Accordion
- Avatar
- Notifications
- Progress Indicators
- Tag
- Tooltip
Containment
- Confirm Modal
- Prompt Modal
- CTA Modal
- Modaldeprecated
- Dialog
- Table
Navigation
- Menu
- Tabs
Selection
- Drag & Drop
- Checkbox
- Date Picker
- Radio
- Rating
- Select
- Combobox
- Switch
Inputs
- Field
- Input
- Textarea
- Labeldeprecated
- Fieldset
- Field Messagedeprecated
- File Uploader
Hooks & Helpers
- split-props
- trap-focusdeprecated
- use-root-colors
- use-theme
- use-theme-context
- use-toggledeprecated
Textarea
Text fields let users enter text into a UI
1import {2 Field,3 Textarea,4} from '@cerberus/react'
Usage
The Textarea
component displays a textarea field.
Customizing
You can customize the textarea by passing styles directly into the component and is a re-export of the FieldTextarea
primitive.
API
Props
The Textarea
accepts the following props in addition to any native textarea
props:
Name | Default | Description |
---|---|---|
size | This size variant of the textarea |
The Textarea
component also accepts any of the props from the FieldParts.Textarea
primitive.
1import {2 Field,3 Textarea,4} from '@cerberus/react'
Usage
The Textarea
component displays a textarea field.
Customizing
You can customize the textarea by passing styles directly into the component and is a re-export of the FieldTextarea
primitive.
API
Props
The Textarea
accepts the following props in addition to any native textarea
props:
Name | Default | Description |
---|---|---|
size | This size variant of the textarea |
The Textarea
component also accepts any of the props from the FieldParts.Textarea
primitive.
1import {2 Field,3 Textarea,4} from '@cerberus/react'
Usage
The Textarea
component displays a textarea field.
Customizing
You can customize the textarea by passing styles directly into the component and is a re-export of the FieldTextarea
primitive.
API
Props
The Textarea
accepts the following props in addition to any native textarea
props:
Name | Default | Description |
---|---|---|
size | This size variant of the textarea |
The Textarea
component also accepts any of the props from the FieldParts.Textarea
primitive.
1import {2 Field,3 Textarea,4} from '@cerberus/react'
Usage
The Textarea
component displays a textarea field.
Customizing
You can customize the textarea by passing styles directly into the component and is a re-export of the FieldTextarea
primitive.
API
Props
The Textarea
accepts the following props in addition to any native textarea
props:
Name | Default | Description |
---|---|---|
size | This size variant of the textarea |
The Textarea
component also accepts any of the props from the FieldParts.Textarea
primitive.