TagCloud
v1.0.4Updated 27 Aug 2026Visible cluster of selectable tag chips (filter rail, blog cloud, category picker). Three selection modes (none / single / multi), three layouts (wrap / horizontal-scroll / grid), six variants (default / outline / subtle
Preview
Live · 15 stories▸Why this is recommendedformtagschipsfilter+4
The default, out-of-the-box TagCloud.
- ✓Filter rails
- ✓Blog tag clouds
- ✓Category pickers
- ✓Faceted search summary
- Selection modes: none (display) / single / multi
- Layouts: wrap / horizontal-scroll / grid
- Variants: default / outline / subtle / pill / ghost / soft (vivid border + tinted bg in the same tone)
- Sizes: sm / default / lg
- weightByCount blog-cloud sizing
- Per-tag count badge
- Searchable filter input
- Clear-all when something selected
- Sort: label / count asc + desc
- Per-tag tone / icon / disabled
- i18n: labels prop overrides every built-in string (search, clear controls, empty states)
- ✕Chip-style multi-input (use TagInput)
- ✕Single dropdown (use Combobox)
Install
Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.
Usage
Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.
Props
tagsTag list with optional count
yesselectionModeSelection mode (default multi)
—selectedIdsSelected ids
—onSelectionChangeSelection callback
—weightByCountBlog-cloud sizing by count
—layoutLayout mode
—gridColsGrid column count
—showCountShow count next to label
—sortSort mode
—searchableShow filter input above
—variantVisual variant. 'soft' pairs a soft tinted background with a vivid (solid) border in the same tone.
—sizeSize scale
—showClearShow clear-all when selected
—labelsOverride any built-in UI string — search placeholder/aria, clear controls, group aria-label, empty states (i18n). Merged over DEFAULT_TAG_CLOUD_LABELS; {token} templates
—