Button & ButtonGroup & Dropdown - terranc/LFUI GitHub Wiki

Button

属性:

  • type: 'primary' | 'secondary' | 'warn' ...
  • disabled: false | true
  • outline: false | true

ButtonGroup

属性:

  • type: 'group' | 'toolbar' | 'group-vertical'

常配合Button及Dropdown组件使用

Dropdown

属性:

  • type: 'string' (同button)
  • lists: Array ([{title: 'string', 'link': 'string'}]) slot:
  • 默认: 默认显示的文本