Components
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
Loading preview...
import { Component } from "@/components/ui/customizable-loader-spinner-transition";
export default function DemoOne() {
return <Component />;
}