UNPKG

@tikpage/reactjs-popup

Version:

React Popup Component - Modals,Tooltips and Menus —  All in one

8 lines (6 loc) 125 B
import React from "react"; export default ({ text }) => ( <div> <h1>Simple Lorem Story Test 2 {text}</h1> </div> );