I built a timeline component #6675
junjizhi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction 😊
Timeline is useful to display a series of connected items. Antd and Vuetify has this timeline component. But it's missing in BootstrapVue.
I built this timeline component to scratch my own itch. Github link is here: https://github.com/junjizhi/bootstrap-vue-timeline and it is also available in NPM
Screenshot 📷
So far the component supports vertical display of items, like this:

Installation 🚀
You can install it from npm:
Note that it depends on Bootstrap-Vue and supports Vue 2.0 for now. Please see the README for other installation and configuration options.
Future work 🔮
There are other features I plan to add support, e.g., custom icons and events.
Try it out if you are interested. Any feedback is welcome!
Beta Was this translation helpful? Give feedback.
All reactions