react-element-flying

1.0.3 • Public • Published

react-element-flying

Component that makes your element float on the screen

NPM JavaScript Style Guide

Example

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-element-flying

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

548 kB

Total Files

6

Last publish

Collaborators

  • trndd