Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 6ad9cfb

Browse files
author
Łukasz Florczak
committed
README update
1 parent e714b61 commit 6ad9cfb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
# vue-agile
2-
3-
[![](https://img.shields.io/npm/v/vue-agile.svg?style=flat-square&logo=npm)](https://www.npmjs.com/package/vue-agile) [![](https://img.shields.io/npm/l/vue-agile.svg?style=flat-square&logo=github)](https://github.com/lukaszflorczak/vue-agile/blob/master/LICENSE.md) [![](https://img.shields.io/codacy/grade/509a536ebcf64a71a119e988bd888af2.svg?style=flat-square&logo=codacy)](https://app.codacy.com/project/lukaszflorczak/vue-agile/dashboard) [![](https://img.shields.io/npm/dm/vue-agile.svg?style=flat-square&logo=npm)](https://www.npmjs.com/package/vue-agile) [![](https://img.shields.io/badge/buy%20me%20a%20coffee-+3€-red.svg?style=flat-square&logo=ko-fi)](http://ko-fi.com/lukaszflorczak)
1+
# vue-agile [![](https://img.shields.io/npm/v/vue-agile.svg?style=flat-square&logo=npm)](https://www.npmjs.com/package/vue-agile) [![](https://img.shields.io/npm/l/vue-agile.svg?style=flat-square&logo=github)](https://github.com/lukaszflorczak/vue-agile/blob/master/LICENSE.md) [![](https://img.shields.io/codacy/grade/509a536ebcf64a71a119e988bd888af2.svg?style=flat-square&logo=codacy)](https://app.codacy.com/project/lukaszflorczak/vue-agile/dashboard) [![](https://img.shields.io/npm/dm/vue-agile.svg?style=flat-square&logo=npm)](https://www.npmjs.com/package/vue-agile) [![](https://img.shields.io/badge/buy%20me%20a%20coffee-+3€-red.svg?style=flat-square&logo=ko-fi)](http://ko-fi.com/lukaszflorczak)
42

53
> A carousel component for Vue.js inspired by [Slick](https://github.com/kenwheeler/slick/).<br>
64
> Powerful, touch-friendly, and written in Vue and Vanilla JS (without a jQuery dependency).
75
86
**[Demo & examples](https://lukaszflorczak.github.io/vue-agile/)**
97

10-
**For more useful live code examples visit [vue-agile CodePens collection](https://codepen.io/collection/AdRzJW/).**
8+
More demos and examples coming soon in [vue-agile CodePens collection](https://codepen.io/collection/AdRzJW/).
119

1210
---
1311

14-
🤝 Thanks to [Maciej Wach](https://github.com/wachu91) for inventing the name, testing and motivation.
12+
🤝 Thanks to [Maciej Wach](https://github.com/wachu91) for inventing the name and to all [Contributors](https://github.com/lukaszflorczak/vue-agile/graphs/contributors) for your development.
1513

1614
---
1715

@@ -52,7 +50,7 @@ npm install vue-agile
5250

5351
## Styles
5452

55-
**The component doesn't have styles for the appearance of the navigation elements** (like dots color and shape, arrows position, etc.). I think most people use their own styles and default styles are completely redundant. If you want, feel free to use styles from [CodePen demos](https://codepen.io/collection/AdRzJW/).
53+
**The component is delivered without styles for the appearance of the navigation elements** (like dots color and shape, arrows position, etc.). I think most people use their own styles and default styles are completely redundant. If you want, feel free to use styles from [CodePen demos](https://codepen.io/collection/AdRzJW/).
5654

5755
## Usage
5856
```js

0 commit comments

Comments
 (0)