Skip to content

Commit 4d1d00d

Browse files
Ismail NGUYENIsmail NGUYEN
Ismail NGUYEN
authored and
Ismail NGUYEN
committed
Add screenshots on readme
1 parent aa7d216 commit 4d1d00d

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

Diff for: README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ Import the `DarkModeSwitch` component, and it will emit its state through `@swit
2828
}
2929
}
3030
</script>
31-
```
31+
```
32+
33+
## Demo
34+
35+
Live : [https://www.ismailnguyen.com](https://www.ismailnguyen.com)
36+
37+
### Switch Off
38+
![Switch Off](https://raw.githubusercontent.com/ismailnguyen/vue-dark-mode-switch/master/docs/assets/switch_off.png)
39+
40+
### Switch On
41+
![Switch On](https://raw.githubusercontent.com/ismailnguyen/vue-dark-mode-switch/master/docs/assets/switch_on.png)

Diff for: docs/assets/switch_off.png

1.29 KB
Loading

Diff for: docs/assets/switch_on.png

1.01 KB
Loading

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-dark-mode-switch",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Ismaïl NGUYEN <nguyen.ismail@gmail.com>",
55
"repository": "https://github.com/ismailnguyen/vue-dark-mode-switch.git",
66
"license": "WTFPL (http://www.wtfpl.net)",

0 commit comments

Comments
 (0)