TextField API
Learn about the TextField component's props and CSS classes.Import
import { TextFieldProps } from "@prismane/core";
Props
TextField
extends Field component's props.
Name | Type | Description | Default |
---|---|---|---|
prefix | string | The prefix of the text field. | - |
suffix | string | The suffix of the text field. | - |
CSS
TextField
extends Field component's CSS classes.
Rule | Global Class | Description |
---|---|---|
root | .PrismaneTextField-root | The container of the text field component. |
label | .PrismaneTextField-label | The label container of the text field component. |
error | .PrismaneTextField-error | The error container of the text field component. |