An Ember Addon that provides a-bubble component. Given a target, the component will attempt to position itself in an optional preferred direction or in any direction it will fit the viewport. CSS hooks are provided and the dummy app demonstrates various ways the bubble could be styled.
git clonethis repositorynpm installbower install
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.