Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 20 days 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 `[email protected]`
* v3.* is for `[email protected]`
* v4.* is for `[email protected]`
* v5.* is for `[email protected]` (with Glimmer components, tracking etc)
* v6.* is for `[email protected]`
* v7.* is for `[email protected]`

## 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)