UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

32 lines (21 loc) 582 B
--- title: Inputs description: 'Form input controls like <input> and <textarea>. These fields will allow users to submit short and long form text input.' image: component-input metaTitle: 'Inputs | Handoff Design System' metaDescription: 'Form input controls like <input> and <textarea>.' --- ### Accessibility Make it clear what this input does for the user. <div className="c-do-dont"> <div className="c-do-dont__do"> <Check /> DO - What to do with inputs </div> <div className="c-do-dont__dont"> <X /> DON&apos;T - What not to do with inputs </div> </div> ---