0.1.0 • Published 5 years ago

basicreactpopup v0.1.0

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

Basic React Popup

It 's very basic react popup. Which is maden with react,styled-component,prop-types. Also it's usages very easy just import and add this props for your usages

children, popupName, closePopup, popupHeader

Children is your component , it will be render inside the when popup open. PopupName is popup name and the toggle button shows the popupName. ClosePopup isn't required , if you use this, popup shows the bellow of the popup and clickable ,when it clicked it will close the popup. PopupHeader is header of popup