1.0.3 • Published 6 years ago
react-element-flying v1.0.3
react-element-flying
Component that makes your element float on the screen

Install
npm install --save react-element-flyingor
yarn add react-element-flyingUsage
import React from 'react';
import Flying from 'react-element-flying'
export default function Example() {
return (
<Flying>
<h1>This element fly</h1>
</Flying>
);
}To do
- Receive props from user
License
MIT © trndd