Support secondary text in ListItem widget
Open
- Dominant language
- TypeScript
- Stars
- 92
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
**Enhancement**
The ListItem widget should be able to accept secondary text. In the material design theme, this would be shown below the primary text with a lighter shade font.
**Code**
```
{{
primary: 'Primary text',
secondary: 'Secondary text'
}}
```
**Expected behavior:**
[](https://material.io/components/lists)
This is split from #1570
Contributor guide
Assessment
This issue has not been assessed yet.