UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

31 lines (20 loc) 552 B
--- title: Radios description: Radios create an on/off boolean switch that can be built into array. image: component-radio metaTitle: 'Radios | Handoff Design System' metaDescription: 'Radios create an on/off boolean switch that can be built into array.' --- ### Accessibility Make it clear what this radio widget does for the user. <div className="c-do-dont"> <div className="c-do-dont__do"> <Check /> DO - What to do with radio </div> <div className="c-do-dont__dont"> <X /> DON&apos;T - What not to do with radio </div> </div> ---