Ecosyste.ms: Awesome
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: 20 days ago
JSON representation
Modals-manager for modals from ember-bootstrap
- Host: GitHub
- URL: https://github.com/onechiporenko/ember-bootstrap-modals-manager
- Owner: onechiporenko
- License: mit
- Created: 2018-01-25T14:33:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T22:17:47.000Z (about 1 month ago)
- Last Synced: 2024-10-27T23:19:04.795Z (24 days ago)
- Topics: addon, bootstrap, ember, ember-bootstrap, modal
- Language: JavaScript
- Homepage: https://onechiporenko.github.io/ember-bootstrap-modals-manager
- Size: 2.95 MB
- Stars: 10
- Watchers: 3
- Forks: 9
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)