11---
22title : React Popup Component - Modals,Tooltips and Menus — All in one
33description : A Simple React popup component.Use it as a tooltip,modal,sub-menu and match more ...
4- components :
4+ components :
55 Demo : Demo
66---
77
88## Welcome
99
1010Reactjs-popup is a simple react popup component with a lot of benefits :
1111
12- * Built with react fragment that’s mean no additional wrapper Divs in your code or in the trigger element. 😮
13- * Does not inject HTML outside your app root. 📦
14- * Function as children pattern to take control over your popup anywhere in your code. 💪
15- * Modal, Tooltip, Menu : All in one 🏋️
16- * Full style customization 👌
17- * Easy to use. 🚀
18- * All these clocks in at around 3 kB zipped. ⚡️
12+ - Built with react fragment that’s mean no additional wrapper Divs in your code or in the trigger element. 😮
13+ - Does not inject HTML outside your app root. 📦
14+ - Function as children pattern to take control over your popup anywhere in your code. 💪
15+ - Modal, Tooltip, Menu : All in one 🏋️
16+ - Full style customization 👌
17+ - Easy to use. 🚀
18+ - IE Support.
19+ - All these clocks in at around 3 kB zipped. ⚡️
1920
2021Requires React >= 16.0
2122
@@ -25,15 +26,15 @@ Requires React >= 16.0
2526
2627## TO DO Next
2728
28- * [x] Create repository && publish package
29- * [x] Create reactjs-popup Home page
30- * [x] Tooltip Support
31- * [x] Modal Support
32- * [x] Menu & Nested Menu Support
33- * [x] Add Live examples
34- * [ ] Animation API
35- * [ ] Toast Support
36- * [ ] suggest a feature [ here] ( https://github.com/yjose/reactjs-popup/labels/Features )
29+ - [x] Create repository && publish package
30+ - [x] Create reactjs-popup Home page
31+ - [x] Tooltip Support
32+ - [x] Modal Support
33+ - [x] Menu & Nested Menu Support
34+ - [x] Add Live examples
35+ - [ ] Animation API
36+ - [ ] Toast Support
37+ - [ ] suggest a feature [ here] ( https://github.com/yjose/reactjs-popup/labels/Features )
3738
3839## Show your support!
3940
0 commit comments