文件名称:Swalt:在几行代码中显示惊人的甜蜜警报
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-23 18:51:25
javascript alert sweetalert swal swalt
斯沃特 Javascript默认警报的绝佳替代品 备用Javascript库,可在您的应用程序上显示超赞的警报。CDN或NPM均可使用该库。 CDN既有原始版本,也有缩小版本。 内容 :laptop: 安装 $ npm install swalt :open_book: 用法 import swalt from 'swalt' ; swalt ( "Hello world!" ) ; :paintbrush: 范本 普通 swalt ( "Hello world!" ) ; 黑暗模式 swalt ( "Hello World" , { mode : "dark" } ) ; 带有图标的alt swalt ( "Hello World" , { showIcon : true } ) ; 自定义标题 swalt ( "Hello World" , { title : "My Title" } ) ; 带输入法 swa
【文件预览】:
Swalt-master
----.gitattributes(51B)
----swalt.js(11KB)
----CONTRIBUTING.md(3KB)
----LICENSE(1KB)
----README.md(2KB)
----swalt.min.js(10KB)
----docs()
--------index.html(19KB)
--------favicon()
--------script.js(5KB)
--------style.css(15KB)