common-intellisense
Version:
30 lines (29 loc) • 749 B
JSON
{
"props": [
{
"Attribute": "children",
"Type": "`ReactNode`",
"Description": "The content of the skeleton.",
"Default": "-"
},
{
"Attribute": "isLoaded",
"Type": "`boolean`",
"Description": "Whether the skeleton is loaded.",
"Default": "`false`"
},
{
"Attribute": "disableAnimation",
"Type": "`boolean`",
"Description": "Whether to disable the animations.",
"Default": "`false`"
},
{
"Attribute": "classNames",
"Type": "`Record<\"base\"|\"content\", string>`",
"Description": "Allows to set custom class names for the skeleton slots.",
"Default": "-"
}
],
"link": "https://nextui.org/docs/components/skeleton"
}