2.0.0 • Published 9 years ago

@terebentina/react-popover v2.0.0

Weekly downloads
567
License
MIT
Repository
github
Last release
9 years ago

react-popover

Smart popover component for React. Closes when you click away, no need to reclick the trigger button to close it.

For full docs and demo see http://projects.5mins.me/react-popover/

Installation

npm i @terebentina/react-popover -S

Usage

import React from 'react';
import Popover from '@terebentina/react-popover';

// optional, you can bring your own styles if you want
import '@terebentina/react-popover/lib/styles.css';

class MyComponent extends React.Component {
 render() {
    return (
      <div>
        If you want to see a nice popover 
        <Popover position="bottom" className="awesome" trigger="click me">
          here I am in all my glory!
        </Popover>
      </div>
    );

License

The MIT License

Copyright (c) 2016 Dan Caragea

2.0.0

9 years ago

1.4.0

9 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago