UI Linear View Elements
This library contains several react elements that are designed to work together to create a gantt chart. These elements are Block, LinearView, MomentBackground, MomentHeader and Row. A class Projection determines the widths of elements based off of start and stop times.
Install Library
npm install @leverege/ui-linear-view-elements --save
Install CSS
In the global-styles.css, import
@import '../../node_modules/@leverege/ui-linear-view-elements/lib/ui-linear-view-elements.less';
