@chsua/bottom-modal
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

모달창 bottom modal

바닥에 붙어있는 모달입니다.

사용법

import Modal from "@chsua/bottom-modal";

const style = {
    height: px ;
    inner: {
         내용물의 style
    }
}

<Modal isOpen={boolean} style={style} >
    //자식 컴포넌트
</Modal >

Readme

Keywords

Package Sidebar

Install

npm i @chsua/bottom-modal

Weekly Downloads

1

Version

0.0.11

License

ISC

Unpacked Size

5.03 kB

Total Files

6

Last publish

Collaborators

  • chsua