simple-vue-timeline
A timeline vue component which leverages the use of common libraries:
- bootstrap vue components,
- vue-fontawesome
- and fecha date formatting.
Getting Started
Installation
npm install --save simple-vue-timeline
Style
As bootstrap is used, you must add the bootstrap style:
Font Awesome
Refer to vue-fontawesome documentation.
Template Element
Add the element as follow:
template
script
Refer to the Vue Class Component Sample
section below for a complete sample.