1.0.3 • Published 4 years ago

react-element-flying v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago