Components
Loading preview...
Schema Card with Animated Wave Visualizer. This component renders a full-screen, procedurally generated wave visualizer in the background and overlays a “glassmorphic” database schema card in the center.
npx shadcn@latest add https://21st.dev/r/minhxthanh/schema-card-with-animated-wave-visualizerimport SchemaCard from "@/components/ui/schema-card-with-animated-wave-visualizer";
const DemoOne = () => {
return (
<SchemaCard />
);
};
export { DemoOne };