Skip to content

Commit

Permalink
Add example code snippet in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
selvaganesh.b committed Jul 29, 2015
1 parent 8cd93b1 commit 30bb670
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Ember-carousel

This README outlines the details of collaborating on this Ember addon.
An ember addon for Carousel component

```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/ember-carousel/)

## Installation

Expand Down

0 comments on commit 30bb670

Please sign in to comment.