文件名称:ampersand-modal-view:Ampersand.js 的模态弹出视图
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-15 16:26:23
JavaScript
&符号模式视图 Ampersand.js 的模态弹出视图。 安装 npm install ampersand-modal-view 例子 var ModalView = require ( 'ampersand-modal-view' ) ; var MyCustomView = require ( 'some-custom-view' ) ; var modalContent = new MyCustomView ( options ) ; var modal = new ModalView ( { title : 'Title of My Modal' , description : 'a description, mostly for screenreaders' , contentView : modalContent } ) ; modal . openIn (
【文件预览】:
ampersand-modal-view-master
----README.md(1KB)
----.gitignore(13B)
----index.js(7KB)
----package.json(411B)