react-popup-tis

1.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-popup-tis

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

242 kB

Total Files

8

Last publish

Collaborators

  • itsmohammadbahrami