DURadio
FormsRadio option for single-choice groups.
import { DURadio } from 'deri-ui';Live preview
typescript
<DURadio name="plan" value="pro" label="Pro" defaultChecked />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | ReactNode | — | Label |
| name / value | string | — | Group identity |
Usage
import { DURadio } from 'deri-ui';
<DURadio name="plan" value="pro" label="Pro" defaultChecked />Customize with className, radius, and Tailwind utilities. Theme tokens come from deri-ui/tailwind.preset.
Related
© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.
