reactible-popups
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

React-Popups (Under Dev)

reactible-popups

Reactible-popups allows you to create and customize web popups faster with lots of options. (Please don't use the package for now, the final version will be published soon v1.0.0, please follow me on twitter: https://twitter.com/RachidLajmi)

Installation

npm install --save reactible-popups
yarn add reactible-popups

Features

  • Dark background
  • Exit intent popup
  • Open popup when a user scrolls xx% of the page
  • Open popup after X sec of inactivity
  • Alignment (popup position)
  • Optin Panel (right/left)

React

import { Popups, popup } from 'reactible-popups';

// ...

function App() {
  return (
    <div>
      <Popups />
      <button onClick={() => openPopup()}>Show Magic</button>
    </div>
  );
}

Readme

Keywords

Package Sidebar

Install

npm i reactible-popups

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

5.72 kB

Total Files

7

Last publish

Collaborators

  • dragnoir