Scrollarea
A scrollable container.
Importing
1
import { Scrollarea } from '@infinityfx/fluid';Usage
API reference
Scrollarea Props
direction?
'vertical' | 'horizontal'
'vertical'
The scroll direction of the container.
variant?
'hover' | 'permanent'
'hover'
Whether scrollbars are shown permanently or only when hovering.
behavior?
'normal' | 'shift'
'normal'
For shift behavior, scrolling with the scrollwheel requires holding Shift.
disabled?
boolean
false
Disables custom scrollbars, reverting to native overflow behavior.