Skip to content

Commit 2ec4d7a

Browse files
author
Hamed
committed
- update readme
1 parent 0a3ca84 commit 2ec4d7a

File tree

1 file changed

+13
-30
lines changed

1 file changed

+13
-30
lines changed

README.md

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,26 @@ Quickly integrate <a href="https://lokesh-coder.github.io/pretty-checkbox/">pret
88
<br>
99
<br>
1010

11-
<a href="https://getbootstrap.com/docs/4.0">
12-
<img alt="" src="https://img.shields.io/badge/bootstrap-4.0.0--beta-800080.svg?style=flat-square">
11+
<a href="https://lokesh-coder.github.io/pretty-checkbox/">
12+
<img alt="" src="https://img.shields.io/badge/%20pretty--checkbox-v3.0.3-brightgreen.svg?style=flat-square&colorA=8033b0&colorB=75b7dd">
1313
</a>
1414
<a href="https://vuejs.org">
15-
<img alt="" src="https://img.shields.io/badge/vue.js-2.x-green.svg?style=flat-square">
16-
</a>
17-
<a href="https://github.com/bootstrap-vue/bootstrap-vue">
18-
<img alt="" src="https://david-dm.org/bootstrap-vue/bootstrap-vue.svg?style=flat-square">
19-
</a>
20-
<a href="https://codecov.io/gh/bootstrap-vue/bootstrap-vue">
21-
<img alt="" src="https://img.shields.io/codecov/c/github/bootstrap-vue/bootstrap-vue.svg?style=flat-square">
22-
</a>
23-
<a href="http://packagequality.com/#?package=bootstrap-vue">
24-
<img alt="package quality" src="http://npm.packagequality.com/shield/bootstrap-vue.png?style=flat-square">
15+
<img alt="" src="https://img.shields.io/badge/vue.js-2.x-green.svg?style=flat-square&colorA=35495e&colorB=41b883">
2516
</a>
2617

2718
<br>
2819

29-
<a href="https://circleci.com/gh/bootstrap-vue/bootstrap-vue">
30-
<img alt="" src="https://img.shields.io/circleci/project/github/bootstrap-vue/bootstrap-vue/master.svg?style=flat-square">
31-
</a>
32-
<a href="https://www.npmjs.com/package/bootstrap-vue">
33-
<img alt="" src="https://img.shields.io/npm/dt/bootstrap-vue.svg?style=flat-square">
20+
<a href="https://github.com/hamed-ehtesham/pretty-checkbox-vue/releases">
21+
<img src="https://img.shields.io/github/release/hamed-ehtesham/pretty-checkbox-vue.svg?style=flat-square&colorB=75b7dd" alt="Github Release">
3422
</a>
35-
<a href="https://www.npmjs.com/package/bootstrap-vue">
36-
<img alt="" src="https://img.shields.io/npm/dm/bootstrap-vue.svg?style=flat-square">
23+
<a href="">
24+
<img src="https://img.shields.io/npm/l/pretty-checkbox.svg?style=flat-square&colorB=41b883" alt="Licence">
3725
</a>
38-
<a href="https://www.npmjs.com/package/bootstrap-vue">
39-
<img alt="" src="https://img.shields.io/npm/v/bootstrap-vue.svg?style=flat-square">
40-
</a>
41-
42-
<br>
43-
<a href="#backers">
44-
<img alt="" src="https://opencollective.com/bootstrap-vue/backers/badge.svg?style=flat-square">
26+
<a href="https://www.npmjs.com/package/pretty-checkbox-vue">
27+
<img alt="" src="https://img.shields.io/npm/dt/pretty-checkbox-vue.svg?style=flat-square">
4528
</a>
46-
<a href="#sponsors">
47-
<img alt="" src="https://opencollective.com/bootstrap-vue/sponsors/badge.svg?style=flat-square">
29+
<a href="https://www.npmjs.com/package/pretty-checkbox-vue">
30+
<img alt="" src="https://img.shields.io/npm/dm/pretty-checkbox-vue.svg?style=flat-square">
4831
</a>
4932

5033
</p>
@@ -80,10 +63,10 @@ Vue.component('p-checkbox', PrettyCheckbox);
8063
Once installed, it can be used in a template as simply as:
8164

8265
```html
83-
<p-checkbox></p-checkbox>
66+
<p-checkbox name="remember" class="p-default" button-variant="success" v-model="remember">remember</p-checkbox>
8467
```
8568

86-
If you have discovered a 🐜 or have a feature suggestion, feel free to create an issue on Github.
69+
If you have discovered a 🐜 or have a feature suggestion, feel free to create an [issue](https://github.com/hamed-ehtesham/pretty-checkbox-vue/issues) on Github.
8770

8871
# License
8972
Released under The MIT [License](./LICENSE). Copyright (c) hamed-ehtesham.

0 commit comments

Comments
 (0)