◐
Bouncing Ball
Bouncing character animation
LOCALHOST:3000
(o)
NORMAL100%
InstallationBASH
npx siddcn add spinner-bounceUsageTSX
import { BouncingBall } from 'siddcn';
export default function App() {
return <BouncingBall />;
}Bouncing character animation
(o)
npx siddcn add spinner-bounceimport { BouncingBall } from 'siddcn';
export default function App() {
return <BouncingBall />;
}