Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Update README.md #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ A collection of animations that can be used with any inline style library that s
<a href="https://bit.dev/formidablelabs/react-animations"><img src="https://i.imagesup.co/images2/1934ceb412dc8bf060b488ba037d7302a8a64087.gif"></a>
</p>

### Installation

```bash
npm install react-animations --save
```
or
```bash
yarn install react-animations
```

### Usage

You can import each animation directly from the main package
Expand Down