Tailwind UI Pattern Registry for humans and agents

services pills tags navigation agency cloud list services pills tag cloud agency navigation services as pill tags tag cloud for agency services flowing pill list of offerings

Services Tag Cloud

Fetch pattern JSON: curl https://webspire.de/patterns/services/tag-cloud.json

Details

Family
services
Tier
base
Kind
section
Responsive Dark Mode Tailwind Only SSR Safe Copy & Paste
Stable Published
servicespillstagsnavigationagencycloudlist

Slots

Name Required Description
eyebrow No Mono uppercase label above the heading.
heading Yes Section headline.
subtext No Supporting copy.
pills Yes Pill links — each has a colored dot indicator and label.
footer-link No "See all services" link at the bottom with a divider line.

A flat list of service areas rendered as pill-shaped links. Each pill has a small colored dot (decorative, hardcoded per service type) and a text label. The pills wrap naturally on smaller viewports.

The role="list" / role="listitem" pattern restores list semantics that Tailwind’s CSS reset removes on list-style: none elements.

Without colored dots

<a href="#" role="listitem"
  class="inline-flex rounded-full border px-5 py-2.5 text-sm font-medium ...">
  Web Development
</a>