Skip to content

Instantly share code, notes, and snippets.

View lumotroph's full-sized avatar
💭
waiting for assays, writing code...

Duncan lumotroph

💭
waiting for assays, writing code...
  • Johannesburg, South Africa
  • 14:37 (UTC +02:00)
View GitHub Profile
@lumotroph
lumotroph / RadialProgressBar.tsx
Last active November 7, 2024 08:53 — forked from maxotuteye/RadialProgressBar.tsx
Tailwind CSS Radial Progress Bar
/* FORKED FROM maxotuteye on github https://gist.github.com/maxotuteye/86dc828106847c471a0abbb11a631550
* IN TURN created from a non-react version by eYinka at https://gist.github.com/eYinka/873be69fae3ef27b103681b8a9f5e379
*/
export const RadialProgressBar = ({
size = 40,
progress = 67,
ringThickness = 10,
descriptionText = "Progress",
descriptionTextClass = "text-sm",