Measured entry

meraki-pricing-checkbox

pricingminimal-flat

A compact pricing-plan chooser shipped as a standalone HTML document. It uses Tailwind utility classes loaded from the CDN and inline SVG check icons, with no JavaScript or package dependencies. The displayed selection is static, so adopting it as a real control requires state and form behavior.

Specimen
Harness screenshot of meraki-pricing-checkbox at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-pricing-checkbox at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-pricing-checkbox 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-pricing-checkbox
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal18.2 KB (83.6 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usednone

Verdict

A clean, responsive starting point for a short pricing choice, but it is presentation rather than a finished control. Use it when you can add selection behavior, radio semantics, keyboard support, and corrected text contrast before shipping.

Use it if

  • You need a compact vertical plan picker that stays contained across phone and desktop layouts.
  • Your project already uses Tailwind and can wire the static rows into its own checkout state.
  • You want a restrained pricing choice step with a clearly emphasized recommended plan.

Skip it if

  • You need a working selector out of the box, since the rows have no radio inputs, click handling, or changing state.
  • You require accessible form semantics without remediation, since the selectable-looking rows are plain divs.
  • You cannot revise the palette, since the verified version has a serious text contrast issue.
  • You need detailed feature comparison or multiple calls to action rather than a compact plan chooser.

Install

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

In a non-shadcn project, add Tailwind or replace the utility classes with equivalent CSS. Convert the document markup to your framework as needed, then add controlled plan state, accessible radio-group semantics, keyboard interaction, submission wiring, and compliant text colors.

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 pricing pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.