UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

47 lines (46 loc) 848 B
import { c as r } from "../../index-BNmRGtA6.js"; const t = r( [ "cursor-pointer", "border", "rounded", "w-5", "h-5", "flex", "justify-center", "items-center", "transition-all", "text-white", "border-kubefirst-primary", "colony:border-red-700", "civo:border-zinc-400" ], { variants: { variant: { default: "" }, checked: { true: "", false: "" } }, compoundVariants: [ { checked: !0, class: [ "bg-kubefirst-primary", "colony:bg-red-700", ["civo:bg-civo-primary", "civo:border-civo-primary"] ] } ], defaultVariants: { variant: "default" } } ), a = r(["cursor-pointer", "text-slate-800"]); export { t as checkboxVariants, a as labelVariants };