Components
Loading preview...
import { ElectricCard } from "@/components/ui/electric-border-card";
export default function DemoOne() {
return (
<ElectricCard
variant="swirl"
color="#dd8448"
badge="Dramatic"
title="Original"
description="In case you'd like to emphasize something very dramatically good. By, Rahil Vahora"
/>
)
}