Stock
The stock
One choice. The rest stay quiet.
One choice; the dot is ink.
The stock
One choice. The rest stay quiet.
npx @noordvc/raster-cli add radio
<label class="rs-radio"><span class="rs-radio-dot rs-radio-on"></span>Monthly</label>
import { Radio, RadioGroup } from "@/components/raster/radio";
<RadioGroup defaultValue="monthly" onValueChange={setPlan}>
<Radio value="monthly" label="Monthly" />
<Radio value="yearly" label="Yearly" />
</RadioGroup>