--- order: 0 title: 基础样例 --- 简单的用户头像列表。 ````jsx import AvatarList from 'ant-design-pro/lib/AvatarList'; ReactDOM.render( , mountNode); ````