Radio API
Learn about the Radio component's props and CSS classes.Import
import { RadioProps, RadioGroupProps } from "@prismane/core";
Props
Radio
extends Flex , Transition and PrismaneFieldComponent component's props.
CSS
Radio
extends Flex , Transition components' CSS classes.
Rule | Global Class | Description |
---|---|---|
root | .PrismaneRadio-root | The container of the radio component. |
thumb | .PrismaneRadio-thumb | The thumb container of the radio component. |
label | .PrismaneRadio-label | The container of the field label component. |
error | .PrismaneRadio-error | The container of the field error component. |