Create the Dropdown component - [ ] Implement the Dropdown React component - [ ] Implement the Dropdown SCSS styles - [ ] Add Dropdown to Storybook # Notes Make it accessible, meaning dropdown items are tab indexed and have the correct labels. ([Reference](https://developer.mozilla.org/en-US/docs/Web/Accessibility)) Semantic UI has good accessibility on its dropdown component ([Reference](https://semantic-ui.com/modules/dropdown.html))
Create the Dropdown component
Notes
Make it accessible, meaning dropdown items are tab indexed and have the correct labels. (Reference)
Semantic UI has good accessibility on its dropdown component (Reference)