react-ts-popup
v0.0.32
Published
React popup component that helps you create simple and complex Modals, tooltips, and Menus for your next React App.
Downloads
9
Maintainers
Readme
Installing / Getting started
This package is available in NPM repository as react-ts-popup.
npm install react-ts-popup --save
Include the Component
To start using react popup you just need to import the component from the react-ts-popup package.
import React from 'react';
import Popup from 'react-ts-popup';
export default () => (
<Popup show={} title={} buttons={} close={()=> ()}/>
);
Contributing
Clone Repo
Fork and then clone the repo
git clone --branch component/popup https://github.com/FaruNuriSonmez/react-examples.git