0.8.0 • Published 5 years ago

@pndr/list-view v0.8.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

ListView ListView

npm package

Used for displaying records as individual items in a list.

ListView

Getting started

npm install @cmds/list-view --save

Prop Types

PropertyTypeRequired?Description
idStringUnique id for the instance of this view
rowCountNumberThe amount of rows to be rendered
rowGetterFunctionReturn row data for the index ({index: number})
rowRendererFunctionCallback invoked whenever one of the rows get's rendered: ({index: number, }): jsx

More information

This component is designed and developed as part of Cosmos Design System.