UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

16 lines (13 loc) 278 B
# ScrollList A list that can scroll through items. The list will iterate over the items passed in and create elements based off of the children. # PropTypes children items style # Usage ```javascript <ScrollList items={<ARRAY_OF_ITEMS>}> <CHILD_COMPONENT> </ScrollList> ```