# Collection

Example Collection

Collections let you quickly tile out a single component and manage them as a group.

Collection items will be wrapped inside a <ul> tag, and each item will be wrapped in an <li> tag.

Use a collection for situations in which you want to quickly create a variable collection of components, as opposed to formalizing them as a single component (e.g. a collection of cards, vs a custom Card Collection hard-coded to 3 cards).