A beautiful react horizontal timeline
About
Goals
- high-order-component (todo)
- no jquery (todo)
- responsive
- customizable style
TODO
- remove jquery
- create sub-components
- a lot more..
Designed By
Thx to Claudia Romano!
Usage
Clone
https://github.com/MadeInMoon/react-awesome-timeline.git
Install node_modules
npm install
Build (bundle once)
$ npm run build-dev
Watch (auto-bundle)
=> auto-bundle when saving file.
$ npm run watch