export default [ { title: '输入框', screenshot: 'https://img.alicdn.com/tfs/TB1ysp3u8v0gK0jSZKbXXbK2FXa-112-64.png', schema: { componentName: 'ProInput', props: { hasBorder: true, size: 'medium', autoComplete: 'off', placeholder: '请输入', }, }, }, // { // title: '密码框', // screenshot: 'https://img.alicdn.com/tfs/TB1ikF3u7P2gK0jSZPxXXacQpXa-112-64.png', // schema: { // componentName: 'Input.Password', // props: { // hasBorder: true, // size: 'medium', // autoComplete: 'off', // }, // }, // }, // { // title: 'TextArea', // screenshot: // 'https://alifd.oss-cn-hangzhou.aliyuncs.com/fusion-cool/icons/icon-light/ic_light_input.png', // schema: { // componentName: 'Input.TextArea', // props: { // hasBorder: true, // size: 'medium', // autoComplete: 'off', // }, // }, // }, ];