[x] Design tokens are identified > proposed > implemented
[x] Only the props and possible values for these props which are necessary in our use-case are exposed. All other Material-UI and standard HTML props which are not deemed necessary in our use-case should not be allowed/forwarded to the underlying component.
The List and List related components needs to be styled according to the Figma design.
Acceptance criteria
Components
[x] List
[x] ListItem
[x] ListItemIcon
[x] ListItemText
[x] ListSubHeader
[x] ListItemSecondaryAction
ListItem variants implemented
ListItem sizes implemented
ListItemText secondary
attribute)ListItem states implemented
ListItem icon support (ListItemIcon)
Material-UI Components which we do not use
ListSubHeader variants implemented
List variants implemented
Requirements
props
and possible values for theseprops
which are necessary in our use-case are exposed. All other Material-UI and standard HTML props which are not deemed necessary in our use-case should not be allowed/forwarded to the underlying component.