react-element-flying
v1.0.3
Published
Component that makes your element float on the screen
Downloads
8
Readme
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'
export default function Example() {
return (
<Flying>
<h1>This element fly</h1>
</Flying>
);
}
To do
- [ ] Receive props from user
License
MIT © trndd