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
Show Your Support
![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)