Components: md-list

Created on 27 Feb 2016  路  16Comments  路  Source: angular/components

Material Design spec
Angular 1 version

This should also be usable for the list of items in mdSelect and mdMenu.

Alpha.2

  • [x] Add static list: #214
  • [x] Add README
  • [x] Add subheader / divider support

Alpha.3

  • [x] Nav list

Upcoming

  • [ ] Action list
  • [ ] Selection list
feature intern project! new component

Most helpful comment

I'm working on it~ :+1:

All 16 comments

Everything in alpha.2 milestone is done, moving forward to alpha.3 for more features.

Moving remaining work to alpha.6

Hmm, what is the correct way to override some md-list css definitions? It seems like I can't any overrides to work as I expected eg.

.container {
  md-list md-list-item.md-2-line .md-list-item,
  md-list a[md-list-item].md-2-line .md-list-item,
  md-nav-list md-list-item.md-2-line .md-list-item,
  md-nav-list a[md-list-item].md-2-line .md-list-item {
    background-color: red !important;
    height: auto !important;
  }
}

Have you tried the /deep/ selector?

@ross-nordstrom hmm that seems to work, thanks a lot! I think there should be some mentioning of this.

@jelbourn Any updates on when the remaining features will be added?

I miss the opportunity to add "Least distinguishing content", as mentioned here under the heading of "Content". When do you expect this functionality is likely to be completed?

@crisbeto for the <md-action-list>

Any updates on <md-action-list>?

clickable md-list-item any update ?

I'm working on it~ :+1:

Are we hoping to see this as promised in this quarter that ends today?

Any updates?

Popping in wondering progress but also what would anyone recommend as a temp workaround

Tracking remaining work in #9429

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings