New ListItem structure prohibits full-width list item
Open
high priority
small
- Dominant language
- TypeScript
- Stars
- 92
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
**Bug**
We wish to use the `List` to render the `Grid` but at this time, the current `ListItem` implementation enforces structure and padding to it's content meaning that the grid rows will have this enforced also.
We should change `ListItem` to not add any styling or wrappers when a single `RenderResult` is passed and only do so when the typed children are used.
Contributor guide
Assessment
This issue has not been assessed yet.