文件名称:bespoke-controls:Bespoke.js 的 PowerPointLibreOffice Impress 样式演示控件
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-18 13:57:17
JavaScript
定制控件 用于控制幻灯片的按钮 下载 下载或,或使用。 用法 此插件以,这意味着它可以作为 CommonJS/AMD 模块或浏览器全局使用。 例如,当使用 CommonJS 模块时: var bespoke = require ( 'bespoke' ) , controls = require ( 'bespoke-controls' ) ; bespoke . from ( '#presentation' , [ controls ( ) ] ) ; 使用浏览器全局变量时: bespoke . from ( '#presentation' , [ bespoke . plugins . controls ( ) ] ) ; 包管理器 新产品经理 $ npm install bespoke-controls 鲍尔 $ bower install bespoke-cont
【文件预览】:
bespoke-controls-master
----.jshintrc(333B)
----.gitignore(61B)
----package.json(1KB)
----karma.conf.js(454B)
----.travis.yml(74B)
----gulpfile.js(2KB)
----CONTRIBUTING.md(1KB)
----LICENSE(7KB)
----README.md(1KB)
----demo()
--------style.css(881B)
--------index.html(897B)
--------demo.js(137B)
----lib()
--------bespoke-controls.js(350B)
----.gitattributes(12B)
----bower.json(167B)
----test()
--------spec()
----.editorconfig(214B)