xinquirer
Version:
Like Inquirer.js but for with dialog windows. node.js API and CLI to to ask user to enter data, dialogs on top of the current window.
15 lines (14 loc) • 452 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>Dialogs</title>
</head>
<body>
<strong>Dialogs container</strong>
<p>If you are waiting for a dialog and it doesn't show up , please focus this window. This is just the container window for XInquirer dialogs. Powered by <a href="https://github.com/cancerberoSgx/xinquirer">xinquirer</a></p>
<script>
// require('./renderer.js')
</script>
</body>
</html>