Components
Loading preview...
Starship shader by Xor Dev
npx shadcn@latest add https://21st.dev/r/xordev/starship-shaderimport { Component } from "@/components/ui/starship-shader";
import React from "react";
export default function Demo() {
return (
<div style={{ width: "100%", height: "100vh" }}>
<Component />
</div>
);
}