Components
Loading preview...
LED Display with color props
npx shadcn@latest add https://21st.dev/r/designali-in/led-displayimport { LEDDisplay } from "@/components/ui/led-display";
export default function DemoOne() {
return (
<main className="flex min-h-screen items-center justify-center">
<LEDDisplay />
</main>
)
}