handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
31 lines (20 loc) • 554 B
Markdown
title: Selects
description: Selects create dropdowns for selecting a single entry from a list.
image: component-select
metaTitle: 'Selects | Handoff Design System'
metaDescription: 'Selects create dropdowns for selecting a single entry from a list.'
### Accessibility
Make it clear what this select widget does for the user.
<div className="c-do-dont">
<div className="c-do-dont__do">
<Check /> DO
- What to do with select
</div>
<div className="c-do-dont__dont">
<X /> DON'T
- What not to do with select
</div>
</div>