common-intellisense
Version:
18 lines (17 loc) • 404 B
JSON
{
"props": [
{
"Attribute": "children",
"Type": "`ReactNode`",
"Description": "The children to render as the navbar item.",
"Default": "-"
},
{
"Attribute": "isActive",
"Type": "`boolean`",
"Description": "Whether the navbar item is active or not.",
"Default": "`false`"
}
],
"link": "https://nextui.org/docs/components/navbaritem"
}