[ListItem] add support for 3-line list items in v1 #9205
Labels
component: list
This is the name of the generic UI component, not the React module!
new feature
New feature or request
This seems quite simple to implement, but wanted to check if ListItem should have a prop for number of secondary text lines like 0.x version does
secondaryTextLines: PropTypes.oneOf([1, 2])
to support 3-line list items as per Material Design spec.The text was updated successfully, but these errors were encountered: