1.2.17 • Published 1 year ago

iw-modal v1.2.17

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

iw-modal

setup

パッケージインストール

npm i
npm i iw-modal

ソースコード

import { IWModal } from 'iw-modal'

const iwModal = new IWModal.Core('.className')

Reactの場合

import { IWModal, IWModalBtn } from "iw-modal/script/react";
import "iw-modal/style/index.css";

const Home = () => {
  const [show, setShow] = useState<boolean>(false);

  return (
    <>
      <IWModalBtn onIWModal={setShow}>ボタン</IWModalBtn>
      <IWModal
        IWModal={show}
        onIWModal={setShow}
      >
        <p>モーダル</p>
      </IWModal>
    </>
  );
};

CDNを使用する場合

CSS
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/iw-modal@1.2.16/src/style/index.css"/>


Javascript
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/iw-modal@1.2.16/src/script/index.min.js"></script>
1.2.16

1 year ago

1.2.17

1 year ago

1.2.14

1 year ago

1.2.15

1 year ago

1.2.13

1 year ago

1.2.12

1 year ago

1.2.11

1 year ago

1.2.10

1 year ago

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago