0.7.0 • Published 5 years ago

@cmds/list-view v0.7.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.

0.7.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago