1.0.0 • Published 12 months ago
@kiwonbyun/modal v1.0.0
@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/modalUsage
import { Modal } from '@wemeet-overlay/modal';
function App() {
return (
Modal content goes here
);
}License
MIT
1.0.0
12 months ago