Concepts
OverviewCompositionTestingLayout
Aspect RatioBleedBoxCenterContainerDividerFlexFloatGridLink OverlayScrollableStackWrapComponents
AccordionAdmonitionAvatarButtonCarouselCheckboxClipboardCollapsibleComboboxConfirm ModalCTAModalDate PickerDialogFieldFieldsetFile UploaderIcon ButtonInputLoading StatesMenuNotificationsNumber InputPin InputProgressPrompt ModalRadioRatingSelectSplit ButtonSwitchTableTabsTagTextTextareaToggleTooltipUtilities
Feature FlagsForLocal StoragePortalShowsplitPropsThemeimport { Field, Textarea,} from '@cerberus/react'The Textarea component displays a textarea field.
The Textarea component supports secondary helper text, which can be used to display additional information or a character count.
You can customize the textarea by passing styles directly into the component. Textarea is a re-export of the FieldTextarea primitive.
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.
On this page