# ember-carousel **Repository Path**: mirrors_knownasilya/ember-carousel ## Basic Information - **Project Name**: ember-carousel - **Description**: [WIP] An ember addon for carousel component - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ember-carousel An ember addon for Carousel component ## Usage From within your Ember CLI application, run the following: `ember install ember-carousel` Add invoke the component as follows ```handlebars {{#carousel-container transition-interval=400}} {{#carousel-body}} {{#carousel-item}} Emberjs {{/carousel-item}} {{#carousel-item}} Reactjs {{/carousel-item}} {{#carousel-item}} Angularjs {{/carousel-item}} {{/carousel-body}} {{#carousel-arrow direction="left" tagName="button"}} Slide Left {{/carousel-arrow}} {{#carousel-arrow direction="right" tagName="button"}} Slide Right {{/carousel-arrow}} {{/carousel-container}} ``` [DEMO](http://selvagsz.github.io/#/demos/carousel) ## Development * `git clone` this repository * `npm install` * `bower install` ## Running * `ember server` * Visit your app at http://localhost:4200. ## Running Tests * `ember test` * `ember test --server` ## Building * `ember build` For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).