TextFieldProps
Home > @backstage/canon
> TextFieldProps
Signature:
export interface TextFieldProps extends AriaTextFieldProps, Omit<FieldLabelProps, 'htmlFor' | 'id'>
Extends: AriaTextFieldProps, Omit<FieldLabelProps, 'htmlFor' | 'id'>
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
ReactNode |
(Optional) An icon to render before the input | ||
'small' | 'medium' | Partial<Record<Breakpoint, 'small' | 'medium'>> |
(Optional) The size of the text field |