Components
Displays a set of interactive cards with skewed gradient back-panels, glowing blur highlights, and smooth hover transitions
Loading preview...
import SkewCards from "@/components/ui/gradient-card-showcase";
const DemoOne = () => {
return (
<SkewCards />
);
};
export { DemoOne };