Stylish and easy to use Ember floating buttons
ember install ember-floating-mobile-buttons
Define a simple floating button.
You can additionally define child buttons which will be display grouped by the parent button.
As seen in the example above, you can combine it with you own icons.
The fixed position of the floating button.
The available list por position:
- bottom right (default)
- bottom left
- top right
- top left
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.