DocumentationProgressProgress Example import { Progress } from '@i4o/catalystui' export default () => { return ( <DemoCard> <Progress percent={60} /> </DemoCard> ) } Props NameTypeDefaultDescriptionpercentnumberPercentage of progressPopoverRadio Group