innerProps
Description
Props for inner element.
Type
HTMLUIProps
Leave Yamada UI a star
StarScrollArea
is a component that displays a customized scrollbar.
Description
Props for inner element.
Type
HTMLUIProps
Description
Callback function for when the scroll position changes.
Type
({ x, y }: { x: number; y: number }) => void
Description
Delay in milliseconds before scrollbars are hidden.
Type
number
Default
1000
Description
Scrollbar visibility type.
Type
"always" | "hover" | "never" | "scroll"
Default
'hover'
Edit this page on GitHub