An [ember-cli][1] add-on which provides Bootstrap's bs-confirm dialog.
- Ember.js v4.8 or above
- Ember CLI v4.8 or above
- Node.js v18 or above
ember install ember-bootstrap-confirm
This is a minimum viable plugin: it assumes you already have Bootstrap CSS and JS available in your project (e.g. using [ember-bootstrap][2]). Once installed, you can use
<BsConfirm @noActionText='No' @yesActionText='Yes' />
to get a confirmation dialog with "No" and "Yes" buttons.
See the Contributing guide for details.
This project is licensed under the MIT License.