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

RadioCardGroup

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

Setup choice cards

Use RadioCardGroup for a single high-confidence choice with rich descriptions.

<RadioCardGroup value={value} onValueChange={setValue} orientation="horizontal" columns={3} options={options} />

Vertical permission plans

Use vertical orientation when descriptions are longer or the screen is narrow.

<RadioCardGroup orientation="vertical" columns={1} tone="accent" options={permissionOptions} />