Measured entry

meraki-team-filter

teamminimal-flat

A copy-paste team directory section shipped as standalone HTML styled entirely with Tailwind utility classes. It includes a heading, category controls, profile cards, remote portrait images, and inline SVG social icons. It has no package dependencies or JavaScript, so the controls are visual until you add filtering behavior.

Specimen
Harness screenshot of meraki-team-filter at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of meraki-team-filter at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-team-filter at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for meraki-team-filter
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal20.7 KB (86.1 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usednone

Verdict

A clean starting point for a small, mostly static team page, and it works without a shadcn-style setup. Treat it as styled markup rather than a finished filter: wire the controls, replace placeholder content, and correct the narrow-screen overflow before shipping.

Use it if

  • You need a compact team roster with portraits, roles, and social links.
  • Your Tailwind site can reuse a static section and supply its own people data.
  • You want light and dark theme classes already present in the markup.

Skip it if

  • You need category buttons that actually filter profiles without additional development.
  • Your page must avoid horizontal overflow on narrow screens without responsive adjustments.
  • You need a data-driven component with reusable props, state, or framework integration.
  • You cannot replace externally hosted portraits or placeholder social destinations.

Install

Installation record for meraki-team-filter
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

Add Tailwind CSS and ensure its content scan includes this markup. Copy the section into your page, replace the remote images and placeholder links, add meaningful image alternatives where appropriate, and implement selected-state and filtering logic if the category controls remain. No shadcn components or providers are required.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

Alternatives

Other published entries for the team pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.