nextuiq
Version:
NextUIQ is a modern, lightweight, and developer-friendly UI component library for React and Next.js. Built with TypeScript and Tailwind CSS, it offers customizable, accessible, and performance-optimized components with built-in dark mode, theme customizat
2 lines (1 loc) • 885 B
JavaScript
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index46.js");exports.Loader=({className:a="",variant:r="pulse"})=>e.jsxRuntimeExports.jsx("div","circular"===r?{className:`animate-[var(--loader-spin-animation)] ${a}`,children:e.jsxRuntimeExports.jsxs("svg",{className:"size-full text-[oklch(var(--theme-primary))]",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",children:[e.jsxRuntimeExports.jsx("circle",{className:"opacity-[var(--loader-track-opacity)]",cx:"12",cy:"12",r:"10",strokeWidth:"4"}),e.jsxRuntimeExports.jsx("path",{className:"opacity-[var(--loader-indicator-opacity)]",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]})}:{className:`animate-[var(--loader-pulse-animation)] rounded-lg bg-[oklch(var(--theme-muted))] ${a}`});
;