forked from cerc-io/snowballtools-base
* 🎨 style: make the cursor of the tab trigger wrapper to default * ⚡️ feat: create radio component * 📝 docs: add radio component to the example page * 🔧 chore: install `@radix-ui/react-radio-group`
3 lines
54 B
TypeScript
3 lines
54 B
TypeScript
export * from './Radio';
|
|
export * from './RadioItem';
|