We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0696f commit e44ddafCopy full SHA for e44ddaf
README.md
@@ -1,8 +1,8 @@
1
<h1 align="center">react-swipeable-list</h1>
2
<h4 align="center">Swipeable list component for React.</h4>
3
-<div align="center">
+<p align="center">
4
<img src="docs/example.gif"></img>
5
-</div>
+</p>
6
7
<p align="center">
8
<a href="https://sandstreamdev.github.io/react-swipeable-list/">Demo</a> •
@@ -24,9 +24,9 @@ A control to render list with swipeable items. Items can have action on left and
24
## Installation
25
26
```bash
27
-npm install sandstreamdev/react-swipeable-list
+npm install @sandstreamdev/react-swipeable-list
28
# or via yarn
29
-yarn add sandstreamdev/react-swipeable-list
+yarn add @sandstreamdev/react-swipeable-list
30
```
31
32
## Usage
0 commit comments