docs: ✏️ use 🚀 for demo

This commit is contained in:
streamich 2018-10-28 13:38:58 +01:00
parent 53afb8652b
commit 508dfa62aa

View File

@ -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)
<br/>
<br/>
- [__UI__](./docs/UI.md)
- [`useAudio`](./docs/useAudio.md) &mdash; plays audio and exposes its controls. [![](https://img.shields.io/badge/demo-useAudio-green.svg)](https://codesandbox.io/s/5v7q47knwl)
- [`useSpeech`](./docs/useSpeech.md) &mdash; synthesizes speech from a text string. [![](https://img.shields.io/badge/demo-useSpeech-green.svg)](https://codesandbox.io/s/n090mqz69m)
- [`useAudio`](./docs/useAudio.md) &mdash; plays audio and exposes its controls. [![](https://img.shields.io/badge/demo-🚀-green.svg)](https://codesandbox.io/s/5v7q47knwl)
- [`useSpeech`](./docs/useSpeech.md) &mdash; synthesizes speech from a text string. [![](https://img.shields.io/badge/demo-🚀-green.svg)](https://codesandbox.io/s/n090mqz69m)
<br/>
<br/>
- [__Animations__](./docs/Animations.md)