@heroui/theme
Version:
The default theme for HeroUI components
34 lines (31 loc) • 527 B
JavaScript
import {
tv
} from "./chunk-TX3FPB7D.mjs";
// src/components/kbd.ts
var kbd = tv({
slots: {
base: [
"px-1.5",
"py-0.5",
"inline-flex",
"space-x-0.5",
"rtl:space-x-reverse",
"items-center",
"font-sans",
"font-normal",
"text-center",
"text-small",
"shadow-small",
"bg-default-100",
"text-foreground-600",
"rounded-small"
],
abbr: "no-underline",
content: ""
},
variants: {},
defaultVariants: {}
});
export {
kbd
};