fab.wxml 387 B

123456789101112
  1. <import src="../common/template/button.wxml" />
  2. <wxs src="../common/utils.wxs" module="_" />
  3. <view
  4. class="{{classPrefix}} class {{prefix}}-class"
  5. style="right: 16px; bottom: 32px; {{_._style([style, customStyle])}}"
  6. >
  7. <template
  8. is="button"
  9. data="{{ ...baseButtonProps, icon, ...buttonProps, externalClass: prefix + '-fab__button', content: text, ariaLabel}}"
  10. />
  11. </view>