--- order: 6 title: zh-CN: 自定义文字格式 en-US: Custom text format --- ## zh-CN `format` 属性指定格式。 ## en-US You can set a custom text by setting the `format` prop. ```jsx import { Progress } from 'antd'; ReactDOM.render(
`${percent} Days`} /> 'Done'} />
, mountNode, ); ```