Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (33 loc) · 877 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 877 Bytes

react-popup-tis

NPM JavaScript Style Guide react-popup-tis Banner

Install

npm i react-popup-tis

or

yarn add react-popup-tis

Usage

import React from 'react'

import { Popup } from 'react-popup-tis'
import 'react-popup-tis/dist/index.css'

const App = () => {
  return (
    <Popup
      className='Popup'
      msg='Visit GitHub'
      darkMode={false}>
        <a href='http://github.com'>
          GitHub
        </a>
    </Popup>
  )
}

export default App

License

MIT © boof-tech