alert-xbox
v1.0.0
Published
简单好看的弹出框
Downloads
5
Readme
alert-xbox
how to install
- one way:
npm install alert-xbox- the other way:
Download the source firstly, and then use it as local module is all right.
Such as:
var alert-xbox = require('./alert-xbox/index');test case
const alert-xbox = require('./alert-xbox');
var message = '弹出消息';
alertBox(message);
