--- order: 0 title: 独立使用 --- 不包裹任何元素即是独立使用,可自定样式展现。 > 在右上角的 badge 则限定为红色。 ````jsx import { Badge } from 'antd'; ReactDOM.render(
, mountNode); ````