AutoScroller
A component that automatically scrolls itself to the bottom as its content grows.
Basic example
Component API
| Prop | Type | Description | Default |
|---|---|---|---|
| autoScroll | boolean | Whether or not to enable automatic scrolling. | true |
| scrollBehavior | ScrollBehavior | The behaviour to use for scrolling. | 'smooth' |
| scrollTrigger | unknown | The element scrolls when this prop changes, unless scroll lock is enabled. | |
| discreteScrollTrigger | number | The element scrolls when this prop changes, overriding scroll lock. | number |