angular_components
angular_components copied to clipboard
[Request] Material List
Use style to represent the basic material item list like one line, two lines, three lines element(like ListTile on flutter).
I believe this could be done currently by providing your own CSS classes which set the height of the element on material-list-item but I agree convenience styles would be nice.
The component has nothing to do with the original material design list If I'm not wrong, the secondary text should be under the primary text.
That is the new styling language which we haven't implemented yet. Going forward I don't see us doing a component for this and instead rely on the mdc-styling itself, but at the moment this is the list we have.
I'm already using mdc-styling for list so I'll continue to do like this. Thanks for reply