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