@prettyy/ui

0.1.52 • Public • Published

@pretty/ui

安装

npm install @prettyy/ui

引入

import XWUI from '@prettyy/ui'
import '@prettyy/ui/dist/css/index.css'

使用

this.$confirm("确定删除吗?", { type: "warning" });
this.$alert("确定删除吗?", { type: "warning" });
this.$msgbox({
  title: '提示',
  content: '确定删除吗?',
  confirmButtonText: '确定',
  cancelButtonText: '取消',
  type: 'warning',
  showClose: true,
  showConfirmButton: true,
  showCancelButton: false,
  alert: false,
  callback: action => {
  }
})

this.$message.success('已经删除了')
this.$message.error('已经删除了')
this.$message.info('已经删除了')
this.$message.warning('已经删除了')



const loading = this.$loading()
loading.close()

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.5262latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.5262
0.1.511
0.1.501
0.1.491
0.1.480
0.1.470
0.1.460
0.1.450
0.1.440
0.1.430
0.1.420
0.1.360
0.1.350
0.1.340
0.1.330
0.1.320
0.1.311
0.1.300
0.1.290
0.1.280
0.1.270
0.1.260
0.1.250
0.1.240
0.1.220
0.1.210
0.1.8-Bate0
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40

Package Sidebar

Install

npm i @prettyy/ui

Weekly Downloads

17

Version

0.1.52

License

none

Unpacked Size

3.19 MB

Total Files

152

Last publish

Collaborators

  • prettyy