Brand Design System

Chips

Chips help people enter information, make selections, filter content, or trigger actions. Material Design 3 defines four types: assist, filter, input, and suggestion chips.

Live Preview

Filter Chips

Input Chips

SaffronTurmericSandalwoodRose

Suggestion Chips

Assist Chips

Brand Properties

PropertyTypeMaterial DefaultHoB ValueTAE Value
container.heightdimension32px32px32px
container.borderRadiusdimension8px8px8px
container.paddingHorizontaldimension16px16px16px
container.gapdimension8px8px8px
label.textStyletypographyLabel Large14px / 50014px / 500
filter.selectedContainerColorcolor#E8DEF8#038012 20%#1A5129 20%
filter.selectedLabelColorcolor#6750A4#038012#1A5129
unselected.containerColorcolortransparenttransparenttransparent
unselected.outlineColorcolor#79747E#79747E#79747E
unselected.labelColorcolor#49454F#49454F#49454F
input.containerColorcolor#E7E0EC#E7E0EC#E7E0EC
icon.sizedimension18px18px18px

Chip Types

Filter Chips

Allow users to filter content. Can have multiple selections.

Input Chips

Represent user-entered data. Include a remove action.

Suggestion Chips

Offer dynamic suggestions to help users complete tasks.

Assist Chips

Trigger smart or automated actions with leading icons.

Usage Guidelines

  • Use filter chips when users can select multiple options from a set
  • Use input chips to display user-entered information like tags or ingredients
  • Use suggestion chips to present contextual recommendations
  • Use assist chips to offer related actions with descriptive icons
  • Keep chip labels concise - aim for 1-2 words when possible

Related