@aki77/atom-input-dialog
v1.0.0
Published
Atom input dialog
Readme
atom-input-dialog 
InputDialog
Example
InputDialog = require '@aki77/atom-input-dialog'
dialog = new InputDialog({
callback: (text) ->
console.log text
})
dialog.attach()Constructor Params
Pass an optional params object to the constructor with the following keys:
callbackelementClassdefaultTextselectedRangelabelTextlabelClassvalidatortextPattern
