jamesplease / materialish

React components that loosely follow Material Design
https://materialish.js.org
MIT License
17 stars 5 forks source link

"Selected" state for chips #34

Closed jamesplease closed 6 years ago

jamesplease commented 6 years ago

Sometimes, UIs let you click a chip to "select" it. Maybe you can select a few, and then hit backspace to delete them all at once (think of a dropdown). Do we want to support this @JPorry ?

If we made the chips grey by default, then the blue color that we are currently using could be used for the selected state.

jamesplease commented 6 years ago

Closing, we have no chips atm