Dropdowns
Closed this issue · 0 comments
LudoLogical commented
Story
As a user, I want to choose an option from a dropdown menu.
Description
Create a React component, Dropdown
, that appears as shown in the Figma file for Platform.
Acceptance Criteria
Dropdown
s conform to the width of their parent element.Dropdown
s can have hint text for when no option is selected styled according to the Figma file.Dropdown
s can optionally have headers (normal Jost).Dropdown
s with headers can optionally haveHoverableHint
s.- Any part of a closed
Dropdown
can be clicked to open it - When open, a
Dropdown
shades the option being hovered over, if any Dropdown
s can be managed by their parent elements
Notes
None