Skip to content

Commit da20060

Browse files
committed
readme
1 parent cfd7a35 commit da20060

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ vue-toggle-component makes an ease to use, lightweight and highly customizable t
66
![npm](https://img.shields.io/npm/v/vue-toggle-component)
77
![GitHub Repo stars](https://img.shields.io/github/stars/niels-bosman/vue-toggle-component?style=social)
88

9-
109
![Light theme](https://user-images.githubusercontent.com/25898715/116152862-c273f400-a6e6-11eb-8b4d-1017b92d14a5.gif)
1110
![Dark theme](https://user-images.githubusercontent.com/25898715/116152879-c7d13e80-a6e6-11eb-87b3-9b606184ba1e.gif)
12-
## Getting Started
1311

12+
## Getting Started
1413
### Installation
15-
1614
#### Installing the package
1715
```sh
1816
# install with yarn
@@ -22,7 +20,6 @@ yarn add vue-toggle-component
2220
npm install vue-toggle-component --save
2321
```
2422

25-
2623
### Usage
2724
#### Example
2825
```html
@@ -53,27 +50,23 @@ export default {
5350
| toggled | `Boolean` | `true` | - | Sets the default value for the toggler. |
5451

5552
### Vue version support
56-
5753
The main v1 version supports Vue 3.x only, for previous versions of Vue, check the following the table.
5854

5955
| Vue version | vue-toggle-component version |
6056
| ----------- | ---------------------------- |
6157
| `2.x` | `0.1.x` |
6258
| `3.x` | `1.x` |
63-
### Authors
6459

60+
### Authors
6561
#### Niels Bosman
66-
6762
www.github.com/niels-bosman
6863

6964
https://nielsbosman.dev
7065

7166
#### Mike van Egmond
72-
7367
www.github.com/mve
7468

7569
https://egmond.dev
7670

7771
### License
78-
7972
MIT

0 commit comments

Comments
 (0)