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