# 进度条 - order: 0 标准的进度条。 --- ````jsx import { Progress, Icon } from 'antd'; const ProgressLine = Progress.Line; ReactDOM.render(
} />
, mountNode); ````