Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ accept two React elements that need to have svg element inside, it will morph on
All other props will be passed to the svg element

##### usage example
```
```javascript
import {MorphTransition} from 'react-svg-morph';

render() {
return (
<MorphTransition progres={50} width={100} height={100}>
{from: <LoveSvg />, to: <LogoSvg />}
</MorphReplace>
</MorphTransition>
)
}
```
Expand Down