legend-caption
In this slot you can put any HTML and style it on your own. This slot is aligned below the legend.
Usage 📜
<ve-progress :progress="50">
<template #legend-caption>
<div>
Some caption
</div>
</template>
</ve-progress>