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
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