Components
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.
Loading preview...
import SchemaCard from "@/components/ui/schema-card-with-animated-wave-visualizer";
const DemoOne = () => {
return (
<SchemaCard />
);
};
export { DemoOne };