This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

atom-quick-input

0.1.1 • Public • Published

atom-quick-input

Work in progress

Example: Simple

'use babel';
 
import quickInput from 'atom-quick-input';
 
const value = await quickInput()
if (value) {
  console.log('value', value)
}

Example: Pre filled

'use babel';
 
import quickInput from 'atom-quick-input';
 
const value = await quickInput('Foo')
if (dvalue) {
  console.log('value', value)
}

Atom packages using this library

License

The MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i atom-quick-input

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • josa