Modal Packages

msbox

MSBoxはシンプルなモーダル表示のjsライブラリです。

1.0.8 • Published 3 years ago

react-alert-modal

| props参数 | 传入类型 | 默认值 |是否必填 | ------------ | ------------ | ------------ |------------ | |zIndex | number | 999| 非必填| | padding | string | "6px 20px" |非必填| | background | string | "#fff" |非必填| | borderRadius | string | "5px" |非必填| | opaci

1.0.0 • Published 3 years ago

simple-react-ui-library

##### 這個 Modal 組件是一個自定義的彈出視窗,可以根據您的需求進行樣式調整。以下是教學: ##### npm 先下載: ```js npm i simple-react-ui-library ``` ##### 引入Modal: ```js import {Modal} from 'simple-react-ui-library'; ``` ##### 使用Modal: ```js <Modal isOpen={isOpen} width="400px" height="400px

1.1.10 • Published 2 years ago