# ScrollContainer
A component to conveniently create scrolling HTML elements.
# Props
# tag
Type: Function
| Object
| String
Default: not specified
By default, CScrollView
will render a scrollable div
-element.
A tag-name or component that will be rendered instead of the standard div
-element.
# scrollPosition
Type: Number
Default: null
By default (null
) the scroll position will not be changed in any way.
The scroll position of the scroll view. scrollPosition
is also the v-model
-prop used for this component.
# Slots
# default
# Events
# input
Arguments:
none