geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
39 lines (38 loc) • 928 B
JavaScript
import * as e from "react";
import * as r from "@radix-ui/react-checkbox";
import { Check as s } from "lucide-react";
import { CheckboxVariants as l, CheckVariants as f } from "./index.es69.js";
import { cn as t } from "./index.es79.js";
const n = e.forwardRef(({ className: o, size: a, id: m, ...c }, i) => /* @__PURE__ */ e.createElement(
r.Root,
{
id: m,
ref: i,
className: t(l({ className: o, size: a })),
...c
},
/* @__PURE__ */ e.createElement(
r.Indicator,
{
className: t(
"flex items-center justify-center text-current h-full w-full"
)
},
/* @__PURE__ */ e.createElement(
s,
{
height: 14,
width: 16,
className: t(f({ size: a })),
strokeWidth: 3
}
)
)
));
n.displayName = r.Root.displayName;
export {
f as CheckVariants,
n as Checkbox,
l as CheckboxVariants
};
//# sourceMappingURL=index.es8.js.map