@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
43 lines (42 loc) • 711 B
JavaScript
import { t as r } from "../../dist-Bcn6lMQe.js";
var a = r([
"relative",
"flex",
"items-center",
"w-full"
]), i = r([
"relative",
"flex-grow",
"rounded-full",
"bg-kubefirst-secondary"
], {
variants: { size: {
sm: ["h-1"],
md: ["h-2"],
lg: ["h-3"]
} },
defaultVariants: { size: "md" }
}), s = r([
"block",
"w-5",
"h-5",
"rounded-full",
"cursor-pointer",
"focus-visible:outline-none",
"shadow-md",
"bg-white",
"border",
"border-gray-300"
], {
variants: { size: {
sm: ["w-5", "h-5"],
md: ["w-6", "h-6"],
lg: ["w-7", "h-7"]
} },
defaultVariants: { size: "md" }
});
export {
a as sliderVariants,
s as thumbVariants,
i as trackVariants
};