[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

Select the types of activity you want to include in your feed.

fix progress

Florian (Feb 27, 2025, 3:29 PM +0100) 481203cb d23e4d7a

+1 -1
+1 -1
src/lib/components/progress/Progress.svelte
··· 49 49 progress > 0 ? 'border' : '', 50 50 progressClass 51 51 ]} 52 - style="width: {Math.min(progress, max)}%" 52 + style="width: {Math.min(progress / max * 100, 100)}%" 53 53 ></div> 54 54 </ProgressPrimitive.Root>