Chips

The v-chip component is used to convey small pieces of information. Using the close property, the chip becomes interactive, allowing user interaction. This component is used by the v-chip-group for advanced selection options.

Color

Use color prop to change the background color of chips.

Default
Primary
Secondary
Success
Info
Warning
Error

Elevated

Use elevated variant option to create filled chips.

Default
Primary
Secondary
Success
Info
Warning
Error

Outlined

Use outlined variant option to create outline border chips.

Default
Primary
Secondary
Success
Info
Warning
Error

Label

Label chips use the v-card border-radius. Use label prop to create label chips.

Default
Primary
Secondary
Success
Info
Warning
Error

Closable

Closable chips can be controlled with a v-model.

Default
Primary
Secondary
Success
Info
Warning
Error

With Icon

Chips can use text or any icon available in the Material Icons font library.

Account
Left
1 Hour
Notification
Message
Warning
Check

With Icon

Use pill prop to remove the v-avatar padding.

John Doe
Darcy Nooser
Felicia Risker
Minnie Mostly

Size

The v-chip component can have various sizes from x-small to x-large.

x-small chip
small chip
Default
large chip
x-large chip

In Selects

Selects can use chips to display the selected data. Try adding your own tags below.

In Selects

Chips can be combined with v-menu to enable a specific set of actions for a chip.

CONTENTS
  • Introduction

  • Color

  • Elevated

  • Outlined

  • Label

  • Closable

  • With Icon

  • With Avatar

  • Sizes

  • In Selects

  • Expandable