1.0.1 • Published 5 years ago

react-fancy-components v1.0.1

Weekly downloads
14
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.0

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago