--- title: "Shopping List Card" sidebar_label: Shopping List description: "The Shopping List card allows you to add, edit, check-off, and clear items from your shopping list." --- The Shopping List card allows you to add, edit, check-off, and clear items from your shopping list. Setup of the [Shopping List Intent](/integrations/shopping_list/) is required

Screenshot of the shopping list card Screenshot of the Shopping List card.

```yaml type: shopping-list ``` {% configuration %} type: required: true description: shopping-list type: string title: required: false description: Title of Shopping List type: string theme: required: false description: "Set to any theme within `themes.yaml`" type: string {% endconfiguration %} ## Examples Title Example: ```yaml type: shopping-list title: Shopping List ```