Components•HUD button
Components•HUD button
HUD button
A set of HUD-style action buttons with diagonal and hexagonal treatments. The component exposes style, variant, size, and click handlers for control panels or sci-fi interface work.
Dependencies
Copy below cli
npx shadcn add @bjork-ui/hud-buttonHow to use
import { HudButton } from "@/components/bjork-ui/hud/hud-button";export function Demo() { return ( <HudButton style="style2" variant="primary" size="default"> Initialize </HudButton> );}