This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdChip: Implement Chip component with drag, expando, and animations #1045
Labels
for: internal contributor
The team will address this issue and community PRs are not requested.
Milestone
Comments
Just as a note, there exists a polymer chip https://github.com/bendavis78/paper-chip |
Duplicate of #74? Also, the milestones don't match between the two issues. |
@PaulMougel yes this seems like a dupe. |
I've written a chips-component, check it out https://github.com/B1naryStudio/md-chips |
@BogdanRusinka Its awesome! |
ThomasBurleson
added
the
for: internal contributor
The team will address this issue and community PRs are not requested.
label
Apr 24, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
for: internal contributor
The team will address this issue and community PRs are not requested.
Material Chips are small blocks that represent a complex entity, such as a calendar event or contact. They can contain a photo, short title string (truncated if necessary), and other brief information. Chips are easily manipulated through drag and drop. Touching them invokes the full entity view in a card or full screen view or invokes a menu of options related to that chip’s entity.
Animations invoking and invoked from chips should resize the chip material between entity views for element persistence.
The text was updated successfully, but these errors were encountered: