This is an ember-paper addon that implements material design's onboarding "Top user benefits" using ember-paper. (More info: https://material.io/guidelines/growth-communications/onboarding.html#onboarding-top-user-benefits)
This is how the API looks like:
You basically define a callout that is fixed across all slides, and define all the slides you need. Each slide can define an image, a headline and a subhead.
paper-swiper
works very much like paper-dialog
, so make sure to check http://miguelcobain.github.io/ember-paper/release-1/#/components/dialog
You can see how this addon looks like at https://coachlogix.github.io/ember-paper-swiper/
Try resizing your browser to see how it responds to different breakpoints, particularly landscape vs portrait on smaller devices.
Just run
ember install ember-paper-swiper
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/.