Components
Loading preview...
Set number of squares and speed. Pause at certain points. Scale to a size you like and have fun. Can also create cool effects such as a hero/feature or transition animations. ** Reload
@h0bb5
npx shadcn@latest add https://21st.dev/r/h0bb5/customizable-loader-spinner-transitionimport { Component } from "@/components/ui/customizable-loader-spinner-transition";
export default function DemoOne() {
return <Component />;
}