UNPKG

@transkripid/flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork

50 lines (49 loc) 892 B
const l = { base: "inline animate-spin text-gray-200", color: { failure: "fill-red-600", gray: "fill-gray-600", info: "fill-cyan-600", pink: "fill-pink-600", purple: "fill-purple-600", success: "fill-green-500", warning: "fill-yellow-400" }, light: { off: { base: "dark:text-gray-600", color: { failure: "", gray: "dark:fill-gray-300", info: "", pink: "", purple: "", success: "", warning: "" } }, on: { base: "", color: { failure: "", gray: "", info: "", pink: "", purple: "", success: "", warning: "" } } }, size: { xs: "w-3 h-3", sm: "w-4 h-4", md: "w-6 h-6", lg: "w-8 h-8", xl: "w-10 h-10" } }; export { l as spinnerTheme }; //# sourceMappingURL=theme.mjs.map