--- order: 8 title: zh-CN: 状态点 en-US: Status --- ## zh-CN 用于表示状态的小圆点。 ## en-US Standalone badge with status. ```jsx import { Badge } from 'antd'; export default () => ( <> > ); ```