Stylish and easy to use Ember floating buttons.
More information in the demo site.
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.
The floating-mobile-buttons
component yields the clousure action toggleChildren
so you are able to use it in your child components to toggle the child button group.
As seen in the examples above, you can combine it with your own icon library.
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/.