Skip to content

Latest commit

 

History

History
61 lines (29 loc) · 1.69 KB

design-patterns-controls-PillCollection.md

File metadata and controls

61 lines (29 loc) · 1.69 KB

PillCollection

Basics

The PillCollection is a collection of Pills used primarily for filtering and tagging

When to use

Use the PillCollection when you are performing filtering (as in All Resources or Activity Logs) or showing the tags assigned to a resource (as in the Essentials control on resource overview pages).

Best practices

Do

  • Set the theme to filtering when using the PillCollection for filtering
  • Set the theme to tag when using the PillCollection to display the tags assigned to a resource

Don't

Developer tips and tricks

Interactive control and sample source code

Go to the playground site to use the latest control and get source code for your project. Learn more about playground.

Related info