░
Starfield
Moving star animation
LOCALHOST:3000
. * . * . *
NORMAL100%
InstallationBASH
npx siddcn add bg-starsUsageTSX
import { Starfield } from 'siddcn';
export default function App() {
return <Starfield />;
}Moving star animation
. * . * . *
npx siddcn add bg-starsimport { Starfield } from 'siddcn';
export default function App() {
return <Starfield />;
}