Skip to content

Commit

Permalink
Add features to README
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cetinkaya committed Jun 13, 2019
1 parent fd247ff commit 58c118e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Embla's purpose is to provide a low level carousel and allow developers to exten
## Table of contents

- [Demo](#demo)
- [Features](#features)
- [Implementations](#implementations)
- [Installation](#installation)
- [Usage](#usage)
Expand All @@ -27,6 +28,16 @@ Embla's purpose is to provide a low level carousel and allow developers to exten

Try Embla Carousel on the [Demo Page](https://davidcetinkaya.github.io/embla-carousel) or [CodeSandbox](https://codesandbox.io/s/embla-carousel-loop-false-oyols).

## Features

- Responsive out of the box.
- Choose any slide widths and change them at breakpoints.
- Seamless loop effect with no slide change throttling.
- Authentic cross device drag behaviour.
- Extendable low-level API to control the carousel.
- Percentage based hardware accelerated transitions.
- Physics simulated animations.

## Implementations

[<img src="https://rawgit.com/davidcetinkaya/embla-carousel/master/docs/assets/javascript-logo.svg" height="60" alt="Embla Carousel JavaScript" />](https://github.com/davidcetinkaya/embla-carousel) &nbsp; &nbsp; [<img src="https://rawgit.com/davidcetinkaya/embla-carousel/master/docs/assets/react-logo.svg" height="60" alt="Embla Carousel React" />](https://github.com/davidcetinkaya/embla-carousel-react)
Expand All @@ -49,7 +60,7 @@ import EmblaCarousel from 'embla-carousel'
<script src="embla.min.js"></script>
```

## Usage
## Quickstart

Setup your HTML markup...

Expand Down

0 comments on commit 58c118e

Please sign in to comment.