Measured entry
hextaui-settings-export-data
A client-side React settings card for choosing an export format, selecting data categories, optionally limiting dates, and showing export history with status, progress, and download actions. It ships as a shadcn registry block and depends on local shadcn UI primitives, a class-name utility, Lucide icons, and Radix-backed controls.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 70.8 KB (136.2 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 1m 35s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/blocks/settings/settings-export-data.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A useful starting point for a real export settings flow, with sensible states and responsive layout. It builds and mounts in the prepared harness, but it needs a shadcn-style setup and an accessibility fix before production use.
Use it if
- You need a ready-made account data export screen with category and date-range controls.
- Your application can supply asynchronous export and download callbacks while the component handles interaction state.
- Your design system already follows shadcn conventions and can absorb the included UI primitives.
Skip it if
- You need a standalone package that works without shadcn-style aliases, utilities, and theme tokens.
- You cannot remediate the known critical unsupported ARIA attribute before release.
- You need the component to create files or manage export jobs without application-side backend logic.
- You only need a compact format selector rather than a full settings and history card.
Install
| Declared dependencies | @radix-ui/react-slot, @radix-ui/react-checkbox, @radix-ui/react-label, @radix-ui/react-separator, @radix-ui/react-progress, @radix-ui/react-select |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add the class-name utility and matching import aliases, bring in the referenced badge, button, card, checkbox, field, input-group, progress, select, and separator primitives, then install their Radix packages and Lucide React. Recreate the expected Tailwind theme tokens and correct the unsupported ARIA attribute.
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.
Author repository
github.com/preetsuthar17/HextaUIAlternatives
Other published entries for the select pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hextaui-native-selectminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.6KB
- Bare
- fail
- Prov
- NO
- 8bitcn-difficulty-selectskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 32.7KB
- Bare
- fail
- Prov
- NO
- hextaui-checkboxminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 35.8KB
- Bare
- fail
- Prov
- NO
- hextaui-radio-groupminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 40.3KB
- Bare
- fail
- Prov
- NO
- ruixen-tag-cloud-selectunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 58.8KB
- Bare
- fail
- Prov
- NO
- tripled-animated-select-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 60.4KB
- Bare
- fail
- Prov
- NO