add Mantine progress component

This commit is contained in:
jeffvli
2026-05-12 21:43:35 -07:00
parent 6e634972c9
commit 4226da94ec
2 changed files with 36 additions and 0 deletions
@@ -0,0 +1,7 @@
.root {
width: 100%;
}
.section {
transition: width 0.15s ease-out;
}