Skip to content

Commit

Permalink
doc: adjust color docs
Browse files Browse the repository at this point in the history
  • Loading branch information
setaman committed Jan 5, 2021
1 parent ed95c51 commit 8f0c7bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,9 @@ Defines the color of progress circle **line**. Is any CSS color like `#123` or `

- `:color="{ colors [, radial ]}"` - as Object
- `radial` - default `false`. Defines whether the gradient is radial or linear
- `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] }`

###### Example: 📜

Now you are ready for an example:

```js
<ve-progress :color="gradient" />

Expand Down

0 comments on commit 8f0c7bb

Please sign in to comment.