dn-utils

0.1.3 • Public • Published

installation

npm install --save dn-utils

using

import * as utils from 'dn-utils';
 
utils.alert('title', 'message', [
  {
    text: 'OK',
    () => { console.log('You\'ve press OK button') }
  },
  {
    text: 'Cancel',
    () => { console.log('You\'ve press Cancel button') }
  },
])

Readme

Keywords

none

Package Sidebar

Install

npm i dn-utils

Weekly Downloads

1

Version

0.1.3

License

none

Unpacked Size

15.5 kB

Total Files

14

Last publish

Collaborators

  • dungnguyen89