Signup "wizards", onboarding flows, image carousels... the list goes on. How many times have you created UIs that required multiple, sequential steps? How many times have you had to rewrite the same step logic?
With Ember Slides you'll never have to write that step code again.
ember install ember-slides
Hardcoded Slides
Named Slides
Dynamic Slides
There's more to see, so make sure to check out additional examples in the following files: tests/dummy/app/templates/application.hbs
and tests/integration/components/slide-deck-test.js
.
git clone https://github.com/crhayes/ember-slides
cd ember-slides
npm install
npm run lint:js
npm run lint:js -- --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versions
ember serve
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.