react-element-flying
Component that makes your element float on the screen
Install
npm install --save react-element-flying
or
yarn add react-element-flying
Usage
import React from 'react';import Flying from 'react-element-flying' { return <Flying> <h1>This element fly</h1> </Flying> ;}
To do
- Receive props from user
License
MIT © trndd