0.1.1 • Published 7 years ago

atom-quick-input v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

0.1.1

7 years ago

0.1.0

7 years ago