Components
Loading preview...
import DHeatWave from "@/components/ui/d-heat-wave";
export default function DemoOne() {
return (
<div className="min-h-screen bg-black w-full flex items-center justify-center">
<DHeatWave />
</div>
);
}Part of shadway — browse the full library on 21st.dev.