Components
Loading preview...
An animated spinner which gives a feel like rolling snow ball.
@kedhar
npx shadcn@latest add https://21st.dev/r/kedhareswer.12110626/snow-ball-loading-spinnerimport LoadingSpinner from '../components/ui/snow-ball-loading-spinner';
export default function Default() {
return <LoadingSpinner />;
}