Skip to content

dmcouncil/ember-bootstrap-confirm

Repository files navigation

ember-bootstrap-confirm

An [ember-cli][1] add-on which provides Bootstrap's bs-confirm dialog.

Compatibility

  • Ember.js v4.8 or above
  • Ember CLI v4.8 or above
  • Node.js v18 or above

Installation

ember install ember-bootstrap-confirm

Usage

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.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.