LED Border
LED Card
CardsCard with LED border effect
ledborderglow
Installation
$
Usage
tsx
import { LedCard } from "@/components/nonaxial/led-card"
export default function Example() {
return (
<LedCard>{/* Your content here */}</LedCard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |