Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kybishop/ember-popper
Popper.js for Ember
https://github.com/kybishop/ember-popper
ember ember-cli popovers tooltips
Last synced: 3 days ago
JSON representation
Popper.js for Ember
- Host: GitHub
- URL: https://github.com/kybishop/ember-popper
- Owner: kybishop
- License: mit
- Created: 2017-04-12T05:37:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T08:46:54.000Z (about 2 years ago)
- Last Synced: 2024-04-14T20:05:42.800Z (10 months ago)
- Topics: ember, ember-cli, popovers, tooltips
- Language: JavaScript
- Size: 1.75 MB
- Stars: 38
- Watchers: 4
- Forks: 35
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Ember Popper
==============================================================================An Ember-centric wrapper around Popper.js.
Currently an alpha in active development. See the dummy app for examples
Compatibility
------------------------------------------------------------------------------* Ember.js v3.12 or above
* Ember CLI v2.13 or above
* Node.js v10 or aboveInstallation
------------------------------------------------------------------------------```
ember install ember-popper
```Contributing
------------------------------------------------------------------------------See the [Contributing](CONTRIBUTING.md) guide for details.
Credits
------------------------------------------------------------------------------- [popper.js](https://github.com/FezVrasta/popper.js), the library that powers ember-popper
- [ember-tether](https://github.com/yapplabs/ember-tether), the addon that inspired ember-popper