1.0.6 • Published 2 years ago

react-popup-tis v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago