1.0.1 • Published 3 years ago

react-floating-component v1.0.1

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

react-floating-component

A React component wrapper that makes it float randomly up, down, left, right.

NPM JavaScript Style Guide

Install

npm install react-floating-component

Usage

import React from 'react';

import FloatingComponent from 'react-floating-component';

const ExampleComponent = () => {
  return (
    <FloatingComponent><p>This is a floating paragraph</p></FloatingComponent>
  );
};

License

MIT © tanohzana