Skip to content

Commit

Permalink
Add intro text to README
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cetinkaya committed Mar 18, 2019
1 parent 6381615 commit a7bec96
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Embla Carousel
# Embla Carousel - Simple and sensible carousels for the web

Embla is a lightweight carousel plugin for the web with no dependencies. It's 100% open source and free to use on both personal and commercial projects. Use it with the module bundler of your choice or by manually injecting the script.

## Installation

If you are using a module bundler...

```bash
yarn add embla-carousel
```

...or inject the minified script [here](https://github.com/davidcetinkaya/embla-carousel/blob/master/sandbox/index.js) into your website.

0 comments on commit a7bec96

Please sign in to comment.