common-intellisense
Version:
30 lines (29 loc) • 735 B
JSON
{
"props": [
{
"Attribute": "children",
"Type": "`ReactNode`",
"Description": "The content of the code.",
"Default": "-"
},
{
"Attribute": "size",
"Type": "`sm` | `md` | `lg`",
"Description": "The size of the code.",
"Default": "`sm`"
},
{
"Attribute": "color",
"Type": "`default` | `primary` | `secondary` | `success` | `warning` | `danger`",
"Description": "The color of the code.",
"Default": "`default`"
},
{
"Attribute": "radius",
"Type": "`none` | `sm` | `md` | `lg` | `full`",
"Description": "The radius of the code.",
"Default": "`sm`"
}
],
"link": "https://nextui.org/docs/components/code"
}