siddcn logo
siddcn

Starfield

Moving star animation

LOCALHOST:3000
.  * . 
 * .  *
NORMAL100%
InstallationBASH
npx siddcn add bg-stars
UsageTSX
import { Starfield } from 'siddcn';

export default function App() {
  return <Starfield />;
}