MiHCM
primitives/@mihcm/ui·v0.21.0·stable

RadioCardGroup

Card-style single-selection control built on RadioGroup semantics for plans, permissions, and setup choices.

Props

The full prop API for RadioCardGroup. Same surface in web and React Native — bundlers pick the right variant via the react-native export condition.

PropTypeDefaultDescriptionSince
optionsRadioCardOption[]Options with value, title, optional description, icon, and disabled state.0.12.0
valuestringSelected option value.0.12.0
onValueChange(value: string) => voidSelection change handler.0.12.0
orientation'horizontal' | 'vertical''vertical'RadioGroup orientation and grid behavior.0.12.0
columns1 | 2 | 3 | 42Responsive column count when orientation is horizontal.0.12.0
tone'primary' | 'accent''primary'Selected-card tone.0.12.0
disabledbooleanDisable all options.0.12.0
classNamestringAdditional Tailwind classes on the root fieldset.0.12.0

Import

import { RadioCardGroup } from '@mihcm/ui/RadioCardGroup';