Concepts
OverviewCompositionTestingLayout
Aspect RatioBleedBoxCenterContainerDividerFlexFloatGridLink OverlayScrollableStackWrapComponents
AccordionAdmonitionAvatarButtonCarouselCheckboxClipboardCollapsibleComboboxConfirm ModalCTAModalDate PickerDialogFieldFieldsetFile UploaderIcon ButtonInputLoading StatesMenuNotificationsNumber InputPin InputProgressPrompt ModalRadioRatingSelectSplit ButtonSwitchTableTabsTagTextTextareaToggleTooltipUtilities
Feature FlagsForLocal StoragePortalShowsplitPropsThemeimport { Field, Input,} from '@cerberus/react'The Input component displays a text-based input field.
You can utilize the startIcon or endIcon props to add icons to the input.
You can customize the input by passing styles directly into the component. The Input is a re-export of the FieldInput primitive.
The Input accepts the following props in addition to any native input props:
| Name | Default | Description |
|---|---|---|
| startIcon | An ElementType to display at the start of the input | |
| endIcon | An ElementType to display at the end of the input | |
| size | This size variant of the input |
The Input component also accepts any of the props from the FieldParts.Input primitive.
On this page