Components
Loading preview...
Displays a set of interactive cards with skewed gradient back-panels, glowing blur highlights, and smooth hover transitions
npx shadcn@latest add https://21st.dev/r/minhxthanh/gradient-card-showcaseimport SkewCards from "@/components/ui/gradient-card-showcase";
const DemoOne = () => {
return (
<SkewCards />
);
};
export { DemoOne };