bootstrap-promt
v1.0.5
Published
Custom async promt using bootstrap
Downloads
18
Readme
Bootstrap Prompt
Usage
Install
npm install bootstrap-prompt
yarn add bootstrap-prompt
Usage
const prompt = require('bootstrap-prompt');
const confirmed = await prompt('Are you sure?');