Meteor-progress-button:易于使用的助手来显示漂亮的进度按钮

时间:2024-06-29 17:03:08
【文件属性】:

文件名称:Meteor-progress-button:易于使用的助手来显示漂亮的进度按钮

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-29 17:03:08

CSS

来自漂亮进度按钮 安装 $ meteor add matdutour:progress-button 用法 {{#progress_button class="myClass" id="myId" type="submit"}} Login {{/progress_button}} // to animate the button add the corresponding class var button = new ProgressButton("myId", {duration : 1200}); button.loading(); button.notLoading(); button.error(function(){}); button.success(true, function(){}); // for example : var button = new Progr


【文件预览】:
Meteor-progress-button-master
----package.js(557B)
----.gitignore(194B)
----lib()
--------progress-button.js(1KB)
--------progress-button.css(3KB)
--------progress-button.html(732B)
----README.md(795B)

网友评论