Interstellar
Fully Customisable Interstellar Themed Animated Background Component.
Installation
npx shadcn@latest add https://thetaui.vercel.app/r/interstellar-background.jsonpnpm dlx shadcn@latest add https://thetaui.vercel.app/r/interstellar-background.jsonyarn shadcn@latest add https://thetaui.vercel.app/r/interstellar-background.jsonbunx --bun shadcn@latest add https://thetaui.vercel.app/r/interstellar-background.jsonUsage
import { Interstellar } from "@/components/ui/interstellar-background";
<div className="h-screen w-screen">
<Interstellar theme={"light"} speed={1.2}>
<div className="flex h-full w-full items-center justify-center">
<h1>Hello World</h1>
</div>
</Interstellar>
</div>;