Skip to content

Commit

Permalink
Add link to quick start in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cetinkaya committed Jun 13, 2019
1 parent 404f1a4 commit 01b6c5c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Embla's purpose is to provide a low level carousel and allow developers to exten
- [Features](#features)
- [Implementations](#implementations)
- [Installation](#installation)
- [Usage](#usage)
- [QuickStart](#quickstart)
- [Options](#options)
- [API](#api)
- [License](#license)
Expand All @@ -28,19 +28,19 @@ 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).

## 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)

## Features

- Responsive out of the box.
- Choose any slide widths and change them at breakpoints.
- Seamless loop effect with no slide change throttling.
- Choose any slide widths for your slides in `%`.
- Seamless loop effect with no pauses.
- 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)
- Extensible low-level API to control the carousel.
- `%` based hardware accelerated transitions.
- Physics simulated animation.

## Installation

Expand All @@ -60,7 +60,7 @@ import EmblaCarousel from 'embla-carousel'
<script src="embla.min.js"></script>
```

## Quickstart
## QuickStart

Setup your HTML markup...

Expand Down

0 comments on commit 01b6c5c

Please sign in to comment.