Skip to content

Commit 2f4e16b

Browse files
authored
Update README.md
1 parent 3ff4c14 commit 2f4e16b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
vue-toggle-components makes an ease to use, lightweight and highly customizable toggle component for [Vue.js](https://vuejs.org/).
1+
vue-toggle-components makes an ease to use, lightweight and highly customizable toggle component for [Vue.js](https://vuejs.org/). This component is available in both light and dark mode and it supports Vue 3.
22

33
![npm bundle size](https://img.shields.io/bundlephobia/min/vue-toggle-component)
44
![npm](https://img.shields.io/npm/dt/vue-toggle-component)
55
![GitHub issues](https://img.shields.io/github/issues/niels-bosman/vue-toggle-component)
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+
10+
![Light theme](https://user-images.githubusercontent.com/25898715/116152862-c273f400-a6e6-11eb-8b4d-1017b92d14a5.gif)
11+
![Dark theme](https://user-images.githubusercontent.com/25898715/116152879-c7d13e80-a6e6-11eb-87b3-9b606184ba1e.gif)
12+
913
![DEMO](https://user-images.githubusercontent.com/25898715/113936516-26964d00-97f8-11eb-850d-7cc74690ccf6.gif)
1014
## Getting Started
1115

@@ -30,7 +34,7 @@ The main v2 version supports Vue 3.x only, for previous versions of Vue, check t
3034

3135
| vue Version | vue-toggle-component version |
3236
| ----------- | ---------------------------- |
33-
| `2.x` | `0.1.x` |
37+
| `2.x` | `0.1.x` |
3438
| `3.x` | `1.x` |
3539

3640
### Usage

0 commit comments

Comments
 (0)