Radio
Package: @tesserix/web
Import
import { Radio } from '@tesserix/web'Source
- Component:
packages/web/src/components/radio/radio.tsx - Story:
packages/web/src/components/radio/radio.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { Radio } from '@tesserix/web'
export function DemoRadio() {
return <Radio />
}