siddcn logo
siddcn

Bouncing Ball

Bouncing character animation

LOCALHOST:3000
(o)     
NORMAL100%
InstallationBASH
npx siddcn add spinner-bounce
UsageTSX
import { BouncingBall } from 'siddcn';

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