Components•Glitchy 404
Components•Glitchy 404
Glitchy 404
A glitch-styled 404 graphic built for HUD pages, error states, and cinematic system screens.
Dependencies
Copy below cli
npx shadcn add @bjork-ui/glitchy-404How to use
import { Glitchy404 } from "@/components/bjork-ui/hud/glitchy-404";export function Demo() { return <Glitchy404 />;}