react-time-line
A react component to display event in a vertical timeline format. This is based on the timeline found in AdminLte.
Installation
npm install react-time-line
Usage
The events should be ordered in a way you need.
Style
Currently there is no proper way to set the style. As a hack you can override the default style. Check for the default style in src/style.scss
.
For developers
To make new build
npm run build
To run dev server
npm run dev
To run test
npm run test