@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
22 lines (21 loc) • 373 B
JavaScript
import { c as o } from "../../index-BNmRGtA6.js";
const a = o(["flex"], {
variants: {
theme: {
colony: "",
kubefirst: "",
civo: ""
},
direction: {
row: ["flex-row", "gap-8"],
col: ["flex-col", "gap-4"]
}
},
defaultVariants: {
theme: "kubefirst",
direction: "col"
}
});
export {
a as radioCardGroupVariants
};