Skip to content
Snippets Groups Projects

Style progressbar

Merged Agnethe Kval-Engstad requested to merge style-progressbar into development
3 files
+ 17
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -30,7 +30,7 @@ const delegatedProps = computed(() => {
"
>
<ProgressIndicator
class="h-full w-full flex-1 bg-slate-900 transition-all dark:bg-slate-50"
class="rounded-full h-full w-full flex-1 bg-blue-600 transition-all dark:bg-slate-50"
:style="`transform: translateX(-${100 - (props.modelValue ?? 0)}%);`"
/>
</ProgressRoot>
Loading