import { SpinnerIcon } from "@iconicicons/react";
import { ProgressBar } from "@lemonsqueezy/wedges";
export default function Example() {
return (
}
helperText="Helper text"
indicator="50%"
label="Label"
tooltip="A tooltip is a small box that appears when hovering over a UI element, providing additional information."
value={50}
/>
}
variant="inline"
indicator="50%"
label="Label"
tooltip="A tooltip is a small box that appears when hovering over a UI element, providing additional information."
value={50}
/>
);
}