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

tiss-co/react-popup-tis

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published