1.0.0 • Published 1 year ago

@kiwonbyun/modal v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago