1.0.2 • Published 3 years ago

@laurenthrt/hrnet-modal v1.0.2

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

hrnet-modal

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @laurenthrt/hrnet-modal

Usage

import Modal from '@laurenthrt/hrnet-modal'

function Example() {
  const [modalIsOpen, setModalIsOpen] = useState(false)

  return (
    <Modal
      setOpen={setModalIsOpen}
      message='Employee created'
      buttonText='Close'
    />
  )
}

License

MIT © LaurentHrt