We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed95c51 commit 8f0c7bbCopy full SHA for 8f0c7bb
README.md
@@ -306,12 +306,9 @@ Defines the color of progress circle **line**. Is any CSS color like `#123` or `
306
307
- `:color="{ colors [, radial ]}"` - as Object
308
- `radial` - default `false`. Defines whether the gradient is radial or linear
309
- - `colors` - Array that contains the gradient colors as objects `{ color: "#6546f7", offset: "10%" [, opacity: 1] }`
+ - `colors` - array that contains the gradient colors as objects `{ color: "#6546f7", offset: "10" [, opacity: 1] }`
310
311
###### Example: 📜
312
-
313
-Now you are ready for an example:
314
315
```js
316
<ve-progress :color="gradient" />
317
0 commit comments