1.0.1 • Published 6 years ago

react-fancy-components v1.0.1

Weekly downloads
14
License
ISC
Repository
github
Last release
6 years ago

React-Fancy-Components

React-Fancy-Components is a React Components library.

Demo

npm.io

Live demo https://andrewbuntsev.github.io/react-fancy-components

Installation

npm install react-fancy-components

Usage

import { tooltip } from 'react-fancy-components';

........

function App() {
  let TooltippedComponent = tooltip(<input />, {
    text: "Awesome tooltip!!",
    style: {
      fontWeight: "bold"
    }
  });
  return (
    <div className="App">
      <TooltippedComponent />
    </div>
  );
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

1.0.1

6 years ago

1.0.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago