Skip to content

Commit 97f78c7

Browse files
committed
feat: added few links to docs
1 parent 6f1a5d5 commit 97f78c7

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

README.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,27 @@ npm install @vue/composition-api vue-use-web
3030

3131
Each composition function is designed to degrade gracefully so you can safely use them, but you should use these as a progressive enhancements for your apps. Check browsers compatibilities for each API.
3232

33-
- [x] Geo-location.
34-
- [x] Battery.
35-
- [x] Network.
36-
- [x] Clipboard.
37-
- [x] Fetch.
38-
- [x] Device Motion.
39-
- [x] Device Light.
40-
- [x] Device Orientation.
41-
- [x] Script.
42-
- [x] Window Size.
43-
- [x] Window Scroll Position.
44-
- [x] Full-screen.
45-
- [x] Intersection Observer.
46-
- [x] Local Storage.
47-
- [ ] Bluetooth.
48-
- [ ] Notification.
49-
- [ ] Share.
33+
- [Battery Status API](https://logaretm.github.io/vue-use-web/guide/battery.md).
34+
- [Clipboard API](https://logaretm.github.io/vue-use-web/guide/clipboard.md).
35+
- [Device Light](https://logaretm.github.io/vue-use-web/guide/device-light.md).
36+
- [Device Motion](https://logaretm.github.io/vue-use-web/guide/device-motion.md).
37+
- [Device Orientation](https://logaretm.github.io/vue-use-web/guide/device-orientation.md).
38+
- [Full-screen](https://logaretm.github.io/vue-use-web/guide/fullscreen.md).
39+
- [Geo-location API](https://logaretm.github.io/vue-use-web/guide/geolocation.md).
40+
- [Local-storage API](https://logaretm.github.io/vue-use-web/guide/local-storage.md)
41+
- [Intersection Observer](https://logaretm.github.io/vue-use-web/guide/intersection-observer.md).
42+
- [Mouse Position](https://logaretm.github.io/vue-use-web/guide/mouse-position.md)
43+
- [Network Information API](https://logaretm.github.io/vue-use-web/guide/network.md).
44+
- [Preferred Color Scheme](https://logaretm.github.io/vue-use-web/guide/preferred-color-scheme.md).
45+
- [Preferred Languages](https://logaretm.github.io/vue-use-web/guide/preferred-languages.md).
46+
- [Script](https://logaretm.github.io/vue-use-web/guide/script.md).
47+
- [Window Scroll Position](https://logaretm.github.io/vue-use-web/guide/scroll-position.md).
48+
- [Window Size](https://logaretm.github.io/vue-use-web/guide/window-size.md).
49+
- Bluetooth (WIP).
50+
- Fetch (WIP).
51+
- Local storage (WIP).
52+
- Notification (WIP).
53+
- Share (WIP).
5054

5155
## Inspiration
5256

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ npm install @vue/composition-api vue-use-web
4848
- [Intersection Observer](./guide/intersection-observer.md).
4949
- [Mouse Position](./guide/mouse-position.md)
5050
- [Network Information API](./guide/network.md).
51+
- [Preferred Color Scheme](./guide/preferred-color-scheme.md).
5152
- [Preferred Languages](./guide/preferred-languages.md).
5253
- [Script](./guide/script.md).
5354
- [Window Scroll Position](./guide/scroll-position.md).

0 commit comments

Comments
 (0)