line
Animated type values default Number "round | square | butt" "round"
Is a String value from round | square | butt
. Defines the progress circle line cap. Internally the CSS property stroke-linecap
is used.
<ve-progress line="round" />
Example vue
<template>
<ve-progress line="round" :thickness="15" :progress="50" />
<ve-progress line="square" :thickness="15" :progress="50" />
<ve-progress line="butt" :thickness="15" :progress="50" />
</template>
<script setup lang="ts"></script>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4