Loader
Displays a loader component with customizable sizes, variants, and animations.
A simple crazxy loader component
Loading
This is the default variant of the loader component.
Loading
This is a nested loader with a secondary nested variant inside a default loader.
Loading
This is the secondary variant of the loader component.
Loading
This is the destructive variant of the loader component.
Loading
This is the outline variant of the loader component.
Loading
This is the large size of the loader component.
Installation
pnpm dlx shadcn@latest add https://crazxyui.in/r/crazxy-loader.json
Usages
import { Loader } from "@/components/ui/crazxy-ui/loader";
<Loader variant="default" size="md" />
<Loader variant="default" size="lg" nested nestedVariant="secondary" />
<Loader variant="default" size="lg" color="#060270" nested nestedColor="#CC6CE7" />