Measured entry

hextaui-settings-account

pricingminimal-flat

A React client-side account settings card shipped as a shadcn registry block. It presents plan status, team and storage usage, ownership transfer, and account deletion. It depends on Tailwind theme conventions, aliased local UI primitives, Radix-backed dialogs, utility class helpers, and Lucide icons.

Specimen
Harness screenshot of hextaui-settings-account at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-settings-account at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-settings-account 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 hextaui-settings-account
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical1
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal50.6 KB (116.1 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 1.29s
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-c181d787948e/src/cut/blocks/settings/settings-account.tsx".

Verdict

A useful settings scaffold with sensible states and guarded async deletion, but it is not release-ready unchanged. It needs a shadcn-style setup, mobile overflow fixes, accessible progress labels, and a corrected confirmation flow. The undeclared Lucide import also makes bare installation fail.

Use it if

  • You need a ready-made account and subscription settings panel inside an existing shadcn-style application.
  • Your product model already exposes plan status, usage limits, and async handlers for upgrade, transfer, and deletion.
  • You are prepared to repair the progress semantics and tighten the destructive-action flow before release.

Skip it if

  • You need a drop-in component for a plain React project without Tailwind tokens, import aliases, and local UI primitives.
  • Your settings page must fit narrow mobile screens without layout work, since the verified view overflows there.
  • You require an accessibility-clean component before customization because its progress indicators have invalid or missing ARIA semantics.
  • You require typed confirmation for deletion as shipped: the dialog asks for it but provides no input.

Install

Installation record for hextaui-settings-account
Declared dependencies@radix-ui/react-alert-dialog, @radix-ui/react-slot, @radix-ui/react-label, @radix-ui/react-separator, @radix-ui/react-progress, clsx, tailwind-merge
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

For a non-shadcn project, add Tailwind theme tokens, a class-merging utility, compatible card, button, badge, field, progress, separator, and alert-dialog primitives, the required Radix packages, and Lucide React. Then replace the aliased imports with local paths and add accessible names to both progress indicators.

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.

License
MIT
Record published
2026-08-17

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.