UNPKG

@cuvp1225/tango-mail

Version:
29 lines (28 loc) 685 B
export * as prototypes from './components/prototype'; export const menuData = { common: [ { title: '常用', items: [ 'Button', 'Text', 'Heading', 'Link', // 'CodeBlock', 'CodeInline', 'Hr', 'Markdown', 'List', 'Table', ], }, { title: '展示', items: ['Badge', 'Img', 'Stat', 'Card'], }, { title: '布局', items: ['Columns2', 'Columns3', 'Row', 'Column', 'Section', 'Box'], }, ], };