Skip to content

Commit dd99fc2

Browse files
committed
More README update
1 parent f778348 commit dd99fc2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# bootstrap-vue-timeline
22

33
## Introduction
4-
A timeline component similar to [Ant Timeline](https://www.antdv.com/components/timeline/) based on [Bootstrap-Vue](https://bootstrap-vue.org/).
4+
A simple timeline component similar to [Ant Timeline](https://www.antdv.com/components/timeline/) based on [Bootstrap-Vue](https://bootstrap-vue.org/).
55

66
## Demo
77

88
Link: TBD
99

10+
## Installation
11+
12+
```bash
13+
npm i bootstrap-vue-timeline
14+
15+
# or:
16+
yarn add bootstrap-vue-timeline
17+
```
18+
1019
## Usage
1120

1221
```html
@@ -60,7 +69,7 @@ export default Vue.extend({
6069
</template>
6170
```
6271

63-
## Features (WIP)
72+
## Features
6473
- [ ] Loading spinner
6574
- [ ] Support item head color variants
6675
- [ ] Support `reverse` props

0 commit comments

Comments
 (0)