A semantic list container for arranging multiple tag elements with consistent spacing. Tag list wraps tag elements in a...

A semantic list container for arranging multiple tag elements with consistent spacing. Tag list wraps tag elements in a `<ul>` and provides automatic layout and spacing. Use it to display collections of tags (keywords, categories, filters) in a visually consistent, accessible manner. Use tag list when: - Displaying multiple tags or keywords - Showing categories or filter chips - Creating a collection of related tags with consistent spacing - Ensuring proper semantic HTML structure for tag collections Composition: - Place `<ed-tag>` elements inside the tag list - Each tag is rendered as a list item with proper spacing - Tag list handles layout and spacing; individual tags provide content

<ed-tag-list></ed-tag-list>

Slots

Name Description
- Tag elements (`ed-tag` components) to arrange in a list

Interactive Documentation

Full interactive examples, variant previews, accessibility audits, and the complete API reference are available in Storybook — generated directly from the component source code.

Source

packages/eddie-web-components/components/tag-list/tag-list.ts