JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q24527F
  • License MIT

Create a one-off modal dialog dynamically without maintenance loading and visible.

Package Exports

  • create-antd-modal
  • create-antd-modal/dist/cjs/index.js
  • create-antd-modal/dist/esm/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-antd-modal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

create-antd-modal

Create a one-off modal dialog dynamically without maintenance loading and visible.

see Website

Actions Status npm version NPM downloads gzip size GitHub

Install

# for antd5 with react18
npm i create-antd-modal
# for antd4 with react16 or react17:
npm i create-antd-modal@react16

Or

<script scr="//unpkg.com/create-antd-modal"></script>
<!-- or -->
<script scr="//cdn.jsdelivr.net/npm/create-antd-modal"></script>

API

see Website