Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chips): Add (select), [color] and dark theme to chips. #2242

Merged
merged 1 commit into from
Dec 20, 2016

Commits on Dec 18, 2016

  1. feat(chips): Add (select), [color] and dark theme to chips.

    Add new functionality/options to chips for managing selection/color.
    
    *MdChipList Options*
    
     - `[selectable]` - Programmatically control whether or not the chips
       in the list are capable of being selected.
     - The SPACE key will automatically select the currently focused chip.
    
    *MdChip Options*
    
     - `[color]` - Programmatically control the selected color of the
       chip.
     - `[selected]` - Programmatically control whether or not the chip
       is selected.
     - `(select)` - Event emitted when the chip is selected.
     - `(deselect)` - Event emitted when the chip is deselected.
    
    Additionally, adds basic support for dark themeed chips using existing
    colors from other components in the spec and cleanup demos by using
    cards and toolbars like other demos.
    
    References angular#120.
    topherfangio committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    7b61ffe View commit details
    Browse the repository at this point in the history