NumberField API
Learn about the NumberField component's props and CSS classes.Import
import { NumberFieldProps } from "@prismane/core";
Props
NumberField
extends Field component's props.
Name | Type | Description | Default |
---|---|---|---|
min | number | The min value of the number field. | - |
max | number | The max value of the number field. | - |
CSS
NumberField
extends Field component's CSS classes.
Rule | Global Class | Description |
---|---|---|
root | .PrismaneNumberField-root | The container of the number field component. |
label | .PrismaneNumberField-label | The label container of the field component. |
error | .PrismaneNumberField-error | The error container of the field component. |