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