import React from 'react'; import { Radio } from '../../src/primitive-components/components'; export default function Radios() { return (

Radio

Default

Disabled

With Label

Label Label
); }