1.0.2 • Published 3 years ago

react-native-vertical-distribution v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

react-native-vertical-distribution

A simple UI component/animation for double menu distribution in react native.

It's so simple to use. You just need to pass the data (categories) for both of the columns/double menu

& it will render the same animation as below :smile:

npm.io

Usage:

Just import the DoubleMenu component from 'react-native-vertical-distribution' in your file:

import DoubleMenu from 'react-native-vertical-distribution';

And call it like this:

<DoubleMenu firstMenu={DATA1} secondMenu={DATA2} />

where, DATA1 & DATA2 are two array of objects for first and second menu/column respectively.