Skip to content

Commit 76d21b3

Browse files
committed
chore(readme): add badges
1 parent 460ab6c commit 76d21b3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
[![@sum.cumo/vue-datepicker](https://badgen.net/bundlephobia/min/@sum.cumo/vue-datepicker)](https://bundlephobia.com/result?p=@sum.cumo/vue-datepicker)
2+
[![@sum.cumo/vue-datepicker](https://badgen.net/npm/v/@sum.cumo/vue-datepicker)](https://www.npmjs.com/package/@sum.cumo/vue-datepicker)
13
# Datepicker
24

3-
This is a fork from the project [vuejs-datepicker](https://github.com/charliekassel/vuejs-datepicker)
4-
what is licensed under the [MIT](https://github.com/charliekassel/vuejs-datepicker/blob/master/LICENSE) license.
5+
This is a fork from the project [vuejs-datepicker](https://github.com/charliekassel/vuejs-datepicker)
6+
what is licensed under the [MIT](https://github.com/charliekassel/vuejs-datepicker/blob/master/LICENSE) license.
57
Thanks to the original creators [charliekassel](https://github.com/charliekassel) for the great work.
68

79
A datepicker Vue component. Compatible with Vue 2.x.
@@ -14,7 +16,7 @@ A datepicker Vue component. Compatible with Vue 2.x.
1416

1517
## Features
1618
- accepts keyboard input
17-
- internationalized
19+
- internationalized
1820
- date picker
1921
- disable dates
2022
- highlight dates
@@ -25,7 +27,7 @@ A datepicker Vue component. Compatible with Vue 2.x.
2527

2628
## [Demo](https://sumcumo.github.io/vue-datepicker/demo/)
2729
To view demo examples locally:
28-
- clone the repo
30+
- clone the repo
2931
- run `npm run install && npm run serve`
3032

3133
## [Documentation](https://sumcumo.github.io/vue-datepicker/)

0 commit comments

Comments
 (0)