Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Add Chips component #74

Closed
Closed
@ajoslin

Description

@ajoslin

Specification: Chips

image

<material-chips>
  <material-chip ng-repeat="contact in contacts" active="contact.selected">
    <img ng-src="{{contact.img}}">
    <h2>{{contact.name}}</h2>
    <p>{{contact.email}}</p>
  </material-chip>
</material-chips>

Considerations:

  • All chips inside are available in the menu.
  • All chips that evaluate to active true will be rendered.

Metadata

Metadata

Assignees

Labels

a11yThis issue is related to accessibilitytype: feature

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions