Develop ultra fast with Prismane 🎉

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.

RuleGlobal ClassDescription
root.PrismaneRadio-rootThe container of the radio component.
thumb.PrismaneRadio-thumbThe thumb container of the radio component.
label.PrismaneRadio-labelThe container of the field label component.
error.PrismaneRadio-errorThe container of the field error component.