0.1.3 • Published 7 months ago

reactible-popups v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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>
  );
}
0.1.3

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago