badgui:Web的微小GUI库

时间:2024-04-27 19:17:11
【文件属性】:

文件名称:badgui:Web的微小GUI库

文件大小:29KB

文件格式:ZIP

更新时间:2024-04-27 19:17:11

JavaScript

错误的GUI 错误的GUI是一个很小的Web GUI库。 它包括可立即使用的组件,例如提示,警报和滑块。 Bad gui只会为您生成DOM结构,但不提供样式或设计。 您负责CSS。 用法 在您HTML文件中嵌入badgui.js: < script src =" https://example.com/badgui.js " > </ script > 成分 Swift的 const prompt = new badgui . prompt ( 'Save' , 'Please enter a name for the document' , { inputs : [ { label : 'Name' , type : 'text' , name : 'name' } ] , buttons : [ { label : 'Cancel' , action


【文件预览】:
badgui-master
----LICENSE(11KB)
----doc()
--------badguy.png(24KB)
----README.md(795B)
----badgui.js(2KB)

网友评论