mat-action-list
See original GitHub issueCapturing the remaining work from #107
We currently have mat-list
, mat-nav-list
, and mat-selection-list
, but are still missing mat-action-list
. In this variant, each list item would be a button, e.g.
<mat-action-list>
<button mat-list-item> ... </button>
...
</mat-action-list>
Issue Analytics
- State:
- Created 6 years ago
- Reactions:25
- Comments:9 (3 by maintainers)
Top Results From Across the Web
List | Angular Material
Use the <mat-action-list> element when each item in the list performs some action. Each item in an action list is a <button> element....
Read more >Angular Material List - Javatpoint
When each item in the list performs some action, use the <mat-action-list> element. Each item in the list is the <button> element.
Read more >Angular Material List Example - Elite Corner
Each item in the list is the <button> element. Simple action lists will use the mat-list-item attribute on button tag elements: <mat-action-list> ...
Read more >How to implement Angular Material list in Angular 14.?
We can use mat-list or mat-action-list or mat-nav-list as the root components of the list. As the base list component, it provides Material...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Is anybody working on this at the moment?
yeah, wondering that right now. Still waiting