An open API service indexing awesome lists of open source software.

https://github.com/onechiporenko/ember-bootstrap-modals-manager

Modals-manager for modals from ember-bootstrap
https://github.com/onechiporenko/ember-bootstrap-modals-manager

addon bootstrap ember ember-bootstrap modal

Last synced: 11 months ago
JSON representation

Modals-manager for modals from ember-bootstrap

Awesome Lists containing this project

README

          

# ember-bootstrap-modals-manager

[![CI](https://github.com/onechiporenko/ember-bootstrap-modals-manager/actions/workflows/ci.yml/badge.svg)](https://github.com/onechiporenko/ember-bootstrap-modals-manager/actions/workflows/ci.yml)
[![Ember Observer Score](https://emberobserver.com/badges/ember-bootstrap-modals-manager.svg)](https://emberobserver.com/addons/ember-bootstrap-modals-manager)
[![npm version](https://badge.fury.io/js/ember-bootstrap-modals-manager.png)](http://badge.fury.io/js/ember-bootstrap-modals-manager)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
[![Downloads](http://img.shields.io/npm/dm/ember-bootstrap-modals-manager.svg)](https://www.npmjs.com/package/ember-bootstrap-modals-manager)

`ember-bootstrap-modals-manager` is an Ember-addon that provides a simple mechanism for interaction with user using modals. This addon is based on modals from `ember-bootstrap`.

## Installation

`ember i ember-bootstrap-modals-manager`

Add next to your `application.hbs`:

```html

```

## Compatibility

* v2.* is for `ember-bootstrap@2.x`
* v3.* is for `ember-bootstrap@3.x`
* v4.* is for `ember-bootstrap@4.x`
* v5.* is for `ember-bootstrap@4.x` (with Glimmer components, tracking etc)
* v6.* is for `ember-bootstrap@5.x`
* v7.* is for `ember@5.x`

## Demo and docs

Check [demo-page](https://onechiporenko.github.io/ember-bootstrap-modals-manager/#/demo)

Check [docs-page](https://onechiporenko.github.io/ember-bootstrap-modals-manager/#/docs)