Skip to content

Commit 761813f

Browse files
committed
doc: update main section
1 parent 7799229 commit 761813f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44
![GitHub](https://img.shields.io/github/license/setaman/vue-ellipse-progress?style=for-the-badge)
55
![Travis (.org)](https://img.shields.io/travis/setaman/vue-ellipse-progress?style=for-the-badge)
66

7-
A dependency-free Vue.js plugin to create beautiful and animated circular progress bars, implemented with SVG. The purpose of this plugin is to combine the best properties of other available libraries and to add unique features, delivered in a simple to use component with friendly interface.
8-
9-
With the available options you can create simple circles very quickly. But playing with the combinations of props and with a bit of imagination you can create really exciting things.
7+
A dependency-free simple, flexible and smooth Vue.js plugin to create beautiful circular progress bars, implemented with SVG.
108

9+
Start creating circles in three simple steps:
10+
```js
11+
// install
12+
npm i vue-ellipse-progress@beta
13+
// initialize
14+
import veProgress from "vue-ellipse-progress";
15+
createApp(App).use(veProgress);
16+
// use
17+
<ve-progress :progress="50"/>
18+
```
1119
- [Installation](#installation)
1220
- [Usage](#usage)
1321
- [Options](#options)

0 commit comments

Comments
 (0)