Here is a playground with what I'm trying to achieve
(playground link below #1100173718942122034 message)
My idea is to get these results
// Error because default variant is 'indeterminate'
<FileUploadProgress value={50} />
// OK
<FileUploadProgress variant="determinate" value={50} />
// Error because default status is 'Loading'
<FileUploadProgress error="Error message" />
// OK
<FileUploadProgress status="Failed" error="Error message" />
Discord
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.