Scrollbar
A scrollbar, this is usually used in conjunction with an iterator. Either provide child or children not both.
| Name | Description |
|---|---|
| component | scrollbar |
| direction | vertical or horizontal scroll direction |
| header | a component that will float at the top (e.g. header) of the scrollbar |
| child | if child is an iterator, will used children of the iterator, otherwise, will just wrap a scrollbar around this child |
| children | a list of components to wrap it within a scrollbar |