Measured entry

8bitcn-audio-settings

formskeuomorphism

A shadcn registry block for a retro game audio panel with master and effects sliders plus mute and vibration switches. It ships the block, pixel-styled wrappers, and a retro stylesheet, and depends on shadcn base components, the cn utility, Tailwind theme classes, Radix Slider and Switch, class-variance-authority, and a Google-hosted font.

Specimen
Harness screenshot of 8bitcn-audio-settings at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-audio-settings at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-audio-settings 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 8bitcn-audio-settings
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal41.7 KB (107.1 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 912ms
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-75610e3ef5cb/src/components/ui/8bit/label.tsx".

Verdict

Do not publish this as a working component yet. The harness build fails because the pixel label wrapper imports a missing shadcn base label, so it never mounts. It needs a shadcn-style setup, including the expected utility alias and base primitives. Teams seeking a dependable copy-and-run form should avoid it until the registry dependency chain is fixed.

Use it if

  • You already run a shadcn-style app and want a compact game settings panel that matches a pixel-art interface.
  • You are prepared to connect the sliders and switches to application state, persistence, and actual audio behavior.
  • Your design system already provides the expected theme tokens and can accommodate the bundled retro font styling.

Skip it if

  • You need a verified drop-in component today, because the registry output does not build with the supplied base component set.
  • Your project is not shadcn-based and you do not want to recreate its aliases, utility helper, primitives, and Tailwind theme contract.
  • You need a complete settings feature with saved values and audio integration rather than presentational controls with defaults.
  • Your content policy or offline requirements prohibit loading the stylesheet's Google-hosted font.

Install

Installation record for 8bitcn-audio-settings
Declared dependencies@radix-ui/react-slider, @radix-ui/react-switch, radix-ui, 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

In a non-shadcn project, add the cn utility and matching path aliases, Tailwind theme tokens, the base card, label, slider, switch, and button components, Radix Slider and Switch, and class-variance-authority. Import the retro stylesheet and either allow its Google font request or self-host an equivalent. Wire each control to state and application behavior.

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-15

Alternatives

Other published entries for the form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.