common-intellisense
Version:
24 lines (23 loc) • 630 B
JSON
{
"props": [
{
"Attribute": "children",
"Type": "`ReactNode`",
"Description": "The content of the keyboard key.",
"Default": "-"
},
{
"Attribute": "keys",
"Type": "[KbdKey](#keyboard-keys) | [KbdKey[]](#keyboard-keys)",
"Description": "The keys of the keyboard key.",
"Default": "-"
},
{
"Attribute": "classNames",
"Type": "`Record<\"base\"|\"abbr\"|\"content\",string>`",
"Description": "Allows to set custom class names for the checkbox slots.",
"Default": "-"
}
],
"link": "https://nextui.org/docs/components/keyboard"
}