@transkripid/flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork
28 lines (27 loc) • 620 B
JavaScript
const e = {
root: {
base: "flex items-center"
},
star: {
empty: "text-gray-300 dark:text-gray-500",
filled: "text-yellow-400",
sizes: {
sm: "w-5 h-5",
md: "w-7 h-7",
lg: "w-10 h-10"
}
}
}, t = {
base: "flex items-center",
label: "text-sm font-medium text-cyan-600 dark:text-cyan-500",
progress: {
base: "mx-4 h-5 w-2/4 rounded bg-gray-200 dark:bg-gray-700",
fill: "h-5 rounded bg-yellow-400",
label: "text-sm font-medium text-cyan-600 dark:text-cyan-500"
}
};
export {
t as ratingAdvancedTheme,
e as ratingTheme
};
//# sourceMappingURL=theme.mjs.map