Measured entry
originui-comp-37
A segmented time input built on React Aria Components and shipped as an Origin UI shadcn registry component. It wraps TimeField, DateInput, and DateSegment, relies on a local cn class-merging helper, and expects Tailwind utilities plus shadcn-style semantic color tokens.



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 | 0 |
| Axe serious | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 75.7 KB (141.1 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 5.11s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/datefield-rac.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A solid React Aria wrapper for teams already inside the Origin UI and shadcn ecosystem, with clean mounting and responsive behavior in the configured harness. It needs a shadcn-style setup to work, and the flagged text contrast plus notable dependency cost should be addressed before production.
Use it if
- You need an accessible, keyboard-aware segmented time entry rather than a plain text input.
- Your app already uses React Aria Components and shadcn-style Tailwind tokens.
- You want reusable date and time field primitives that can also render without the bundled input styling.
Skip it if
- You need a dependency-light control; React Aria adds substantial weight beyond the baseline.
- Your design system does not provide the expected semantic utility classes or class-merging helper.
- You cannot accept the current text contrast issue without adjusting the muted link or supporting text styles.
- You want a native time input with browser-provided presentation instead of segmented editing.
Install
| Declared dependencies | react-aria-components |
|---|---|
| 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 React Aria Components, provide a cn-compatible class-merging utility, configure Tailwind, and define the semantic color, border, ring, radius, shadow, and state utilities referenced by the source. Replace the registry path aliases with local imports and revise muted text colors to pass contrast checks.
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/origin-space/originuiAlternatives
Other published entries for the calendar pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- shadcn-calendarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 37.3KB
- Bare
- fail
- Prov
- NO
- shadcn-block-calendar-01minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 50.8KB
- Bare
- fail
- Prov
- NO
- shadcn-block-calendar-02minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 50.9KB
- Bare
- fail
- Prov
- NO
- shadcn-block-calendar-03minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 50.9KB
- Bare
- fail
- Prov
- NO
- shadcn-block-calendar-04minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 50.9KB
- Bare
- fail
- Prov
- NO
- shadcn-block-calendar-05minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 50.9KB
- Bare
- fail
- Prov
- NO