snowballtools-base/packages/frontend/src/components/shared/Radio/index.ts
Wahyu Kurniawan d2ca4df35a
[T-4864: feat] Radio component (#90)
* 🎨 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`
2024-02-22 17:30:33 +07:00

3 lines
54 B
TypeScript

export * from './Radio';
export * from './RadioItem';