nativescript-collectionview-waterfall
v1.0.10
Published
[![npm downloads](https://img.shields.io/npm/dm/nativescript-collectionview-waterfall.svg)](https://www.npmjs.com/package/nativescript-collectionview-waterfall) [![npm downloads](https://img.shields.io/npm/dt/nativescript-collectionview-waterfall.svg)](ht
Downloads
4
Maintainers
Readme
NativeScript CollectionView waterfall Plugin
A NativeScript CollectionView waterfall Plugin.
Installation
Run the following command from the root of your project:
tns plugin add nativescript-collectionview-waterfall
This command automatically installs the necessary files, as well as stores nativescript-collectionview-waterfall as a dependency in your project's package.json file.
Configuration
To install the plugin run
import install from 'nativescript-collectionview-waterfall';
install();
then simply use the layoutStyle="waterfall"
as a collectionview property