Description:
Reactjs-popup is a simple yet multifunctional popup component for React app.
Features:
- Built with react fragment that’s mean no additional wrapper Divs in your code or in the trigger element.
- Does not inject HTML outside your app root.
- Function as children pattern to take control over your popup anywhere in your code.
- Modal, Tooltip, Menu : All in one.
- Full style customization.
- Easy to use.
- All these clocks in at around 3 kB zipped.
Installation:
# Yarn $ yarn add reactjs-popup # NPM $ npm install reactjs-popup --save
