create-antd-modal
v1.7.0
Published
Create a one-off modal dialog dynamically without maintenance loading and visible.
Downloads
38
Maintainers
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