From 508dfa62aafc3a3ee538bc0c96079d1f3d64f6ba Mon Sep 17 00:00:00 2001 From: streamich Date: Sun, 28 Oct 2018 13:38:58 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20use=20=F0=9F=9A=80?= =?UTF-8?q?=20=20for=20demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f344fd48..45c61c74 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ## Reference - [__Sensors__](./docs/Sensors.md) - - [`useBattery`](./docs/useBattery.md) — tracks device battery state. [![](https://img.shields.io/badge/demo-useBattery-green.svg)](https://codesandbox.io/s/qlvn662zww) + - [`useBattery`](./docs/useBattery.md) — tracks device battery state. [![](https://img.shields.io/badge/demo-🚀-green.svg)](https://codesandbox.io/s/qlvn662zww) - [`useGeolocation`](./docs/useGeolocation.md) — tracks geo location state of user's device. - [`useHover`](./docs/useHover.md) — tracks mouse hover state of some element. - [`useIdle`](./docs/useIdle.md) — tracks whether user is being inactive. @@ -42,12 +42,12 @@ - [`useNetwork`](./docs/useNetwork.md) — tracks state of user's internet connection. - [`useOrientation`](./docs/useOrientation.md) — tracks state of device's screen orientation. - [`useSize`](./docs/useSize.md) — tracks some HTML element's dimensions. - - [`useWindowSize`](./docs/useWindowSize.md) — tracks `Window` dimensions. [![](https://img.shields.io/badge/demo-useWindowSize-green.svg)](https://codesandbox.io/s/m7ln22668) + - [`useWindowSize`](./docs/useWindowSize.md) — tracks `Window` dimensions. [![](https://img.shields.io/badge/demo-🚀-green.svg)](https://codesandbox.io/s/m7ln22668)

- [__UI__](./docs/UI.md) - - [`useAudio`](./docs/useAudio.md) — plays audio and exposes its controls. [![](https://img.shields.io/badge/demo-useAudio-green.svg)](https://codesandbox.io/s/5v7q47knwl) - - [`useSpeech`](./docs/useSpeech.md) — synthesizes speech from a text string. [![](https://img.shields.io/badge/demo-useSpeech-green.svg)](https://codesandbox.io/s/n090mqz69m) + - [`useAudio`](./docs/useAudio.md) — plays audio and exposes its controls. [![](https://img.shields.io/badge/demo-🚀-green.svg)](https://codesandbox.io/s/5v7q47knwl) + - [`useSpeech`](./docs/useSpeech.md) — synthesizes speech from a text string. [![](https://img.shields.io/badge/demo-🚀-green.svg)](https://codesandbox.io/s/n090mqz69m)

- [__Animations__](./docs/Animations.md)