export default [ { title: '侧边导航', screenshot: require('../../assets/sidebar.png'), schema: { componentName: 'AMSideBar', children: [ { componentName: 'AMSideBar.Item', props: { key: 'first', title: '第一项', }, }, { componentName: 'AMSideBar.Item', props: { key: 'second', title: '第二项', }, }, { componentName: 'AMSideBar.Item', props: { key: 'third', title: '第三项', }, } ] }, }, ];