Skip to content

Commit

Permalink
added homepage, included styles
Browse files Browse the repository at this point in the history
  • Loading branch information
igdev0 committed Oct 24, 2019
1 parent 0fcc342 commit fdde371
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
2 changes: 2 additions & 0 deletions dev/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import polyfills from './scripts/polyfills';
import Controllers from './scripts/controllers';
import './scss/styles.scss';

polyfills();
// Options provided:
// - slider_container: # It should be a element wich contains slides. Otherwise it will look for an element with the attribute named data-carousel="name"
Expand Down
1 change: 0 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
</ul>
</main>
<script type="text/javascript" src="./tidy-carousel.js"></script>
<script src="https://unpkg.com/scrollreveal"></script>
</body>
</html>
9 changes: 8 additions & 1 deletion dist/tidy-carousel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tidy-carousel.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "./dist/tidy-carousel.min.js",
"unpkg": "./dist/tidy-carousel.min.js",
"module": "./dist/tidy-carousel.min.js",
"homepage": "http://tidy-carousel.com",
"keywords": [
"carousel",
"slider",
Expand Down
11 changes: 4 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# ****Tidy carousel**** [![Build Status](https://travis-ci.com/dorultan/tidy-carousel.svg?branch=master)](https://travis-ci.com/dorultan/tidy-carousel)

This is a simple UI widget mobile-friendly, responsive built in vanilla javascript (es2015+) for modern browsers. Tidy carousel is inspired by a card deck as multiple slides stack together and based on an event an element is picked transforming its x-axis using percentage. Tidy carousel is also highly
configurable (See [config](http://localhost:8080/documentation/configuration))
having features such as [mouse drag](http://localhost:8080/documentation/configuration),
[swipe](http://localhost:8080/documentation/configuration),
[pager](http://localhost:8080/documentation/configuration),
[infinite sliding](http://localhost:8080/documentation/configuration)
and [more](http://localhost:8080/documentation/configuration).
configurable (See [config](http:/tidy-carousel.com/documentation/configuration)
having features such as mouse drag, swipe, pager, infinite sliding
and [more](http://tidy-carousel.com/documentation/configuration).


## ****Installation****
Expand All @@ -20,7 +17,7 @@ Using yarn:

Using unpkg:

`<script type="text/javascript" src="unpkg.com/tidy-carousel/tidy-carousel.min.js"></script>`
`<script type="text/javascript" src="https://unpkg.com/tidy-carousel/tidy-carousel.min.js"></script>`

## ****Configuration.****

Expand Down

0 comments on commit fdde371

Please sign in to comment.