sweet-alert-dialog 是用于 Android 的 SweetAlert,清新文艺,快意灵动的甜心弹框。
使用SweetAlertDialog最简单的办法就是像下面这样添加项目依赖。
Maven
<dependency> <groupId>cn.pedant.sweetalert</groupId> <artifactId>library</artifactId> <version>1.3</version> <type>aar</type> </dependency>
Gradle
repositories { mavenCentral() } dependencies { compile 'cn.pedant.sweetalert:library:1.3' }
### 概述 sweet-alert-dialog是一个带动画效果的自定义对话框样式,可以让你的Android程序的对话框优美很多。GitHub地址 ### Android Studio中引用 repositories { mavenCentral() } dependencies { compile 'cn.pedant.sweetalert:library:1.3' } ##
SweetAlert 是一个漂亮的 JavaScript 警告的替代品。它可以自动显示在页面中间,不论是在电脑上、手机上还是平板上都很好看,而且还高度定制化。 示例代码: swal({ title: "Are you sure?", text: "You will not be able to recover this imaginary file!", type: "warning",
用于页面中展示重要的提示信息。 基本用法 页面中的非浮层元素,不会自动消失。 Alert 组件提供四种主题,由type属性指定,默认值为info。 <template> <el-alert title="成功提示的文案" type="success"> </el-alert> <el-alert title="消息提示的文案" type="info">
Alert 警告 用于页面中展示重要的提示信息。 基本用法 页面中的非浮层元素,不会自动消失。 ::: demo Alert 组件提供四种主题,由type属性指定,默认值为info。 render() { return ( <div> <Alert title="成功提示的文案" type="success" /> <Alert title="消息提示的文案"
用于页面中展示重要的提示信息。 基本用法 页面中的非浮层元素,不会自动消失。 Alert 组件提供四种主题, 由 type 属性指定,默认值为 info <el-alert type="success"> 成功提示的文案 </el-alert> <el-alert type="info"> 消息提示的文案 </el-alert> <el-alert type="warning"> 警告
Alert 警告 用于页面中展示重要的提示信息。 基本用法 页面中的非浮层元素,不会自动消失。 Alert 组件提供四种主题,由type属性指定,默认值为info。 <template> <el-alert title="成功提示的文案" type="success"> </el-alert> <el-alert title="消息提示的文案" type
Ng-sweet-alert 是 AngularJS 的警示指令,无需再编写 JavaScript 代码。