https://github.com/minutebase/mb-pop-over
Pop-over component for Ember
https://github.com/minutebase/mb-pop-over
Last synced: about 1 year ago
JSON representation
Pop-over component for Ember
- Host: GitHub
- URL: https://github.com/minutebase/mb-pop-over
- Owner: minutebase
- License: mit
- Created: 2014-11-25T12:28:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T12:03:53.000Z (almost 10 years ago)
- Last Synced: 2025-03-25T14:03:49.633Z (about 1 year ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-mb-pop-over
```handlebars
{{#pop-over as |p|}}
{{#p.anchor}}Click Me{{/p.anchor}}
{{#p.body}}
The pop-over contents
{{/p.body}}
{{/pop-over}}
```
## Installation
* `git clone` this repository
* `npm install`
* `bower install`
## Running
* `ember server`
* Visit your app at http://localhost:4200.
## Running Tests
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).