文件名称:quick-window:创建一个快速的“窗口”,您可以在窗口周围拖动内容
文件大小:33KB
文件格式:ZIP
更新时间:2024-06-28 03:33:51
JavaScript
快速窗口 创建一个快速“窗口”,您可以使用它在窗口周围拖动内容。 用法 var quickWindow = require ( 'quick-window' ) ; var win = quickWindow ( ) ; var el = document . createElement ( 'div' ) ; el . innerHTML = 'hello world' ; win . container . appendChild ( el ) ; 构建quickToolbar() 您可以在构建quick-window时传入几个选项。 quickToolbar ( { // this is the parent container that the quick-toolbar will be made in container : document . b
【文件预览】:
quick-window-master
----css.js(322B)
----test()
--------index.js(488B)
----LICENSE.md(1KB)
----README.md(1KB)
----.gitignore(56B)
----index.js(1KB)
----package.json(752B)
----preview.gif(31KB)