ColorField API
Learn about the ColorField component's props and CSS classes.Import
import { ColorFieldProps } from "@prismane/core";
Props
ColorField
extends SelectField component's props.
Name | Type | Description | Default |
---|---|---|---|
options | PrismaneColors [] / string[] | The options of the field. | - |
CSS
ColorField
extends Box component's CSS classes.
Rule | Global Class | Description |
---|---|---|
root | .PrismaneColorField-root | The container of the color field component. |