TextareaField API
Learn about the TextareaField component's props and CSS classes.Import
import { TextareaFieldProps } from "@prismane/core";
Props
TextareaField
extends Field component's props.
CSS
TextareaField
extends Field component's CSS classes.
Rule | Global Class | Description |
---|---|---|
root | .PrismaneTextareaField-root | The container of the textarea field component. |
label | .PrismaneTextareaField-label | The label container of the textarea field component. |
error | .PrismaneTextareaField-error | The error container of the textarea field component. |