-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Cetinkaya
committed
Mar 18, 2019
1 parent
6381615
commit a7bec96
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |