Skip to content

Instantly share code, notes, and snippets.

View gazpachu's full-sized avatar
:octocat:
Refactoring!

Joan Mira gazpachu

:octocat:
Refactoring!
View GitHub Profile
@gazpachu
gazpachu / index.tsx
Last active May 20, 2022 06:56
Pure CSS Animated Circular Progress Bar
<Progress>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 34 34">
<ProgressSurface cx="16" cy="16" r="15.9155" />
<ProgressBar
cx="16"
cy="16"
r="15.9155"
strokeDashoffset={percentProgress}
/>
</svg>