We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2d642 commit 5716a8aCopy full SHA for 5716a8a
src/lib/components/Progress.svelte
@@ -6,7 +6,7 @@
6
});
7
</script>
8
9
-<circle-progress value={progress} max="100" text-format="percent" />
+<circle-progress value={progress} max="100" text-format="value" />
10
11
<style>
12
::part(base) {
0 commit comments