Multi-purpose React Popup Component

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

Preview:

Multi-purpose React Popup Component

Download Details:

Author: yjose

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/yjose/reactjs-popup

License: MIT

Add Comment