sci-components
sci-components copied to clipboard
Design: Update `menuItem` component to include 'details' prop
Background
Incorporating details
onto menu items is currently managed by the DropdownMenu
component, however it should be a prop on the MenuItem
component since all other properties are managed there.
Success Criteria
details
prop added to MenuItem
component