Aww yeah, Material-UI v4 is here!
Chips

Chips

Chips are compact elements that represent an input, attribute, or action.

Chips allow users to enter information, make selections, filter content, or trigger actions.

While included here as a standalone component, the most common use will be in some form of input, so some of the behaviour demonstrated here is not shown in context.

Chip

Examples of Chips, using an image Avatar, SVG Icon Avatar, "Letter" and (string) Avatar.

  • Chips with the onClick property defined change appearance on focus, hover, and click.
  • Chips with the onDelete property defined will display a delete icon which changes appearance on hover.
Basic Chip
MB
Clickable Chip
Natacha
Deletable Chip
Clickable Deletable Chip
Clickable Deletable Chip
Custom delete icon Chip
Clickable Link Chip
MB
Primary Clickable Chip
Primary Clickable Chip
Deletable Primary Chip
Deletable Secondary Chip
Deletable Secondary Chip

Outlined Chips

Outlined chips offer an alternative style.

Basic Chip
MB
Clickable Chip
Natacha
Deletable Chip
Clickable Deletable Chip
Clickable Deletable Chip
Custom delete icon Chip
Clickable Link Chip
MB
Primary Clickable Chip
Primary Clickable Chip
Deletable Primary Chip
Deletable Secondary Chip
Deletable Secondary Chip

Chip array

An example of rendering multiple Chips from an array of values. Deleting a chip removes it from the array. Note that since no onClick property is defined, the Chip can be focused, but does not gain depth while clicked or touched.

Angular
jQuery
Polymer
React
Vue.js

Chip Playground

Awesome Chip Component
<Chip />