UNPKG

weex-ui

Version:

A rich interaction, lightweight, high performance UI library based on Weex

34 lines (29 loc) 561 B
const tag1 = { type: 'solid', tagColor: '#ff5000', fontColor: '#ffffff', value: '实心标签' }; const tag2 = { type: 'hollow', tagColor: '#666666', fontColor: '#666666', value: '空心标签' }; const tag3 = { type: 'special', tagColor: '#FF5000', fontColor: '#FF5000', specialIcon: '//gtms02.alicdn.com/tfs/TB1gC.jRVXXXXaiXFXXXXXXXXXX-32-32.png', value: '特殊标签' }; const tag4 = { type: 'image', img: '//gtms04.alicdn.com/tfs/TB1ZfodRVXXXXciXFXXXXXXXXXX-92-24.png' }; export default { tag1, tag2, tag3, tag4 }