nyuchimzizi
Mzizi — an open-architecture project of the Bundu Foundation, operated and developed by Nyuchi. Built on the Five African Minerals palette.
Built by Nyuchi Africav4.0.39
A loading spinner component.
View the full component source code below.
import { cn } from "@/lib/utils"
import { Loader2Icon } from "@/lib/icons"
function Spinner({ className, ...props }: React.ComponentProps<"svg">) {
return (
<Loader2Icon
role="status"
aria-label="Loading"
data-slot="spinner" data-portal="https://design.nyuchi.com/components/spinner" className={cn("size-4 animate-spin", className)}
{...props}
/>
)
}
export { Spinner }
npx shadcn@latest add https://mzizi.dev/api/v1/ui/spinnerFetch this component's metadata and source code from the registry API.
/api/v1/ui/spinnercomponents/ui/spinner.tsx