Measured entry
cultui-side-panel
sheetglassmorphismmotion on file
A client-side React panel distributed as a shadcn registry source file rather than a packaged widget. It animates width and measured content height with Motion and react-use-measure, styles through Tailwind classes, and imports the usual shadcn cn utility through the project alias.



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 | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 69.6 KB (135.0 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 34.30s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/ui/side-panel.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A polished inline expander for an existing shadcn-style app, but not a complete accessible sheet primitive. It needs a shadcn-style setup to mount, carries substantial animation weight, and requires mobile overflow work before broad use.
Use it if
- You want an inline expanding side panel with a caller-supplied toggle and fully custom panel content.
- Your app already uses Tailwind, the shadcn utility convention, Motion, and client-side React.
- You can accommodate its heavier animation dependency in exchange for coordinated width and height transitions.
Skip it if
- You need a modal sheet with focus trapping, escape-key dismissal, an overlay, or dialog semantics.
- Your layout must avoid horizontal overflow on narrow mobile screens without component-level adjustments.
- You want a lightweight disclosure and do not otherwise use Motion or react-use-measure.
- You need a drop-in component for a plain React project with no Tailwind or path alias setup.
Install
| Declared dependencies | none declared |
|---|---|
| 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 Motion and react-use-measure, configure Tailwind, provide a class-merging cn helper, and either define the project source alias or replace that import with a relative path. Ensure the file runs as a client component.
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/nolly-studio/cult-uiAlternatives
Other published entries for the sheet pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hextaui-popoverminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 52.9KB
- Bare
- pass
- Prov
- NO
- shadcn-sheetunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 26.3KB
- Bare
- fail
- Prov
- NO
- neobrutalism-nsheetbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 40.5KB
- Bare
- fail
- Prov
- NO
- neobrutalism-sheetbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 40.5KB
- Bare
- fail
- Prov
- NO
- 8bitcn-resizableskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 40.8KB
- Bare
- fail
- Prov
- NO
- 8bitcn-sheetskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 43.8KB
- Bare
- fail
- Prov
- NO