# ScrollList
A list that can scroll through items.
The list will iterate over the items passed inand create elements based off of the children.
# PropTypes
children
items
style
# Usage```javascript
<ScrollList items={<ARRAY_OF_ITEMS>}>
<CHILD_COMPONENT>
</ScrollList>
```