common-intellisense
Version:
36 lines (35 loc) • 878 B
JSON
{
"props": [
{
"Attribute": "size",
"Type": "`number`",
"Description": "The shadow size in pixels.",
"Default": "`40`"
},
{
"Attribute": "offset",
"Type": "`number`",
"Description": "The scroll offset to show the shadow in pixels.",
"Default": "`0`"
},
{
"Attribute": "hideScrollBar",
"Type": "`boolean`",
"Description": "Whether to hide the scrollbar or not.",
"Default": "`false`"
},
{
"Attribute": "orientation",
"Type": "`horizontal` | `vertical`",
"Description": "The scroll orientation.",
"Default": "`vertical`"
},
{
"Attribute": "isEnabled",
"Type": "`boolean`",
"Description": "Whether the shadow is enabled or not.",
"Default": "`true`"
}
],
"link": "https://nextui.org/docs/components/shadowscroll"
}