Skip to content

Support secondary text in ListItem widget #1688

@aciccarello

Description

@aciccarello

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

<ListItem>
{{
  primary: 'Primary text',
  secondary: 'Secondary text'
}}
</ListItem>

Expected behavior:

Secondary text list example from material design spec

This is split from #1570

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions