A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://setaman.github.io/vue-ellipse-progress-docs/guide/options/line.html below:

Website Navigation


line | vue-ellipse-progress

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.

Usage: 📜 vue
<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