minutemailer / react-popup

React popup component
http://minutemailer.github.io/react-popup/
MIT License
208 stars 71 forks source link

Plugins/Extensions #2

Closed tbleckert closed 8 years ago

tbleckert commented 9 years ago

Makes it possible to save a custom popup as a reusable item, like an ajax popup or a popup with a specific placement.

/** Example */
Popup.plugin.ajax('/url');
tbleckert commented 8 years ago

Fixed in 0.4.0

Popup.registerPlugin('ajax', popupCode);
Popup.plugins.ajax();