@heroui/theme
Version:
The default theme for HeroUI components
22 lines (19 loc) • 336 B
JavaScript
import {
tv
} from "./chunk-TX3FPB7D.mjs";
// src/components/divider.ts
var divider = tv({
base: "shrink-0 bg-divider border-none",
variants: {
orientation: {
horizontal: "w-full h-divider",
vertical: "h-full w-divider"
}
},
defaultVariants: {
orientation: "horizontal"
}
});
export {
divider
};