common-intellisense
Version:
24 lines (23 loc) • 559 B
JSON
{
"props": [
{
"Attribute": "children",
"Type": "`ReactNode`",
"Description": "The content of the tab.",
"Default": "-"
},
{
"Attribute": "title",
"Type": "`ReactNode`",
"Description": "The title of the tab.",
"Default": "-"
},
{
"Attribute": "titleValue",
"Type": "`string`",
"Description": "A string representation of the item's contents. Use this when the `title` is not readable.",
"Default": "-"
}
],
"link": "https://nextui.org/docs/components/tab"
}