geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
21 lines (20 loc) • 442 B
JavaScript
import { cva as t } from "class-variance-authority";
const r = t(
"rounded hover:text-light-2 hover:stroke-light-1 hover:bg-light-3 ",
{
variants: {
type: {
icon: "p-1",
text: "px-2 py-1"
},
isSelected: {
true: "text-light-2 stroke-light-1 bg-light-3",
false: "text-light-3 stroke-light-2"
}
}
}
);
export {
r as CrumbVariants
};
//# sourceMappingURL=index.es111.js.map