From dd99fc26895d4d2d54ff16cee6b80533bf4db338 Mon Sep 17 00:00:00 2001 From: Junji Zhi Date: Wed, 9 Jun 2021 08:41:08 -0400 Subject: [PATCH] More README update --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ec5088..1803667 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,21 @@ # bootstrap-vue-timeline ## Introduction -A timeline component similar to [Ant Timeline](https://www.antdv.com/components/timeline/) based on [Bootstrap-Vue](https://bootstrap-vue.org/). +A simple timeline component similar to [Ant Timeline](https://www.antdv.com/components/timeline/) based on [Bootstrap-Vue](https://bootstrap-vue.org/). ## Demo Link: TBD +## Installation + +```bash +npm i bootstrap-vue-timeline + +# or: +yarn add bootstrap-vue-timeline +``` + ## Usage ```html @@ -60,7 +69,7 @@ export default Vue.extend({ ``` -## Features (WIP) +## Features - [ ] Loading spinner - [ ] Support item head color variants - [ ] Support `reverse` props