Interstellar

Fully Customisable Interstellar Themed Animated Background Component.

Installation

npx shadcn@latest add https://thetaui.vercel.app/r/interstellar-background.json
pnpm dlx shadcn@latest add https://thetaui.vercel.app/r/interstellar-background.json
yarn shadcn@latest add https://thetaui.vercel.app/r/interstellar-background.json
bunx --bun shadcn@latest add https://thetaui.vercel.app/r/interstellar-background.json

Usage

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>;

On this page