Skip to content

Commit b53a936

Browse files
committed
update readme
1 parent 0432d96 commit b53a936

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# 🎚 React Smooth Input Range
22

3-
<a href="https://react-smooth-range-input.now.sh" target="_blank">
4-
<img height="500" src="https://raw.githubusercontent.com/bluebill1049/react-smooth-range-input/master/example/example.gif" alt="https://react-smooth-range-input.now.sh" />
5-
</a>
6-
73
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=🎚+React+Smooth+Range+Input&url=https://github.com/bluebill1049/react-smooth-range-input/) [![CircleCI](https://circleci.com/gh/bluebill1049/react-smooth-range-input.svg?style=svg)](https://circleci.com/gh/bluebill1049/react-smooth-range-input) [![Coverage Status](https://coveralls.io/repos/github/bluebill1049/react-smooth-range-input/badge.svg?branch=master)](https://coveralls.io/github/bluebill1049/react-smooth-range-input?branch=master) [![npm downloads](https://img.shields.io/npm/dm/react-smooth-range-input.svg?style=flat-square)](https://www.npmjs.com/package/react-smooth-range-input) [![npm](https://img.shields.io/npm/dt/react-smooth-range-input.svg?style=flat-square)](https://www.npmjs.com/package/react-smooth-range-input) [![npm](https://img.shields.io/npm/l/react-smooth-range-input.svg?style=flat-square)](https://www.npmjs.com/package/react-smooth-range-input)
84

95
## Features:
@@ -18,6 +14,12 @@
1814

1915
## Example
2016

17+
<p>
18+
<a href="https://react-smooth-range-input.now.sh" target="_blank">
19+
<img height="500" src="https://raw.githubusercontent.com/bluebill1049/react-smooth-range-input/master/example/example.gif" alt="https://react-smooth-range-input.now.sh" />
20+
</a>
21+
</p>
22+
2123
Navigate into `example` folder and install
2224

2325
yarn && yarn start || npm install && npm run start

0 commit comments

Comments
 (0)