Components•Warning graphic
Components•Warning graphic
Warning graphic
A warning graphic for alert states, system panels, and high-contrast HUD overlays.
Dependencies
Copy below cli
npx shadcn add @bjork-ui/warning-graphicHow to use
import { WarningGraphic } from "@/components/bjork-ui/hud/warning-graphic";export function Demo() { return <WarningGraphic />;}