react-fancy-components

1.0.1 • Public • Published

React-Fancy-Components

React-Fancy-Components is a React Components library.

Demo

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

/react-fancy-components/

    Package Sidebar

    Install

    npm i react-fancy-components

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    13.6 kB

    Total Files

    4

    Last publish

    Collaborators

    • andreibuntsev