1.0.0 • Published 12 months ago

@kiwonbyun/modal v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@wemeet-overlay/modal

A React modal component library.

Installation

npm install @wemeet-overlay/modal
# or
yarn add @wemeet-overlay/modal
# or
pnpm add @wemeet-overlay/modal

Usage

import { Modal } from '@wemeet-overlay/modal';

function App() {
  return (

      Modal content goes here

  );
}

License

MIT

1.0.0

12 months ago