
<view class="page">
  <view class="page__hd">
    <view class="page__title">lz-button</view>
    <view class="page__desc">按钮</view>
  </view>
  <view class="page__bd page__bd_spacing">
    <view class="mb20 flex flex-left">
      <lz-button class="mr10" label="按钮1"></lz-button>
      <lz-button class="mr10" label="按钮2" type="red"></lz-button>
      <lz-button class="mr10" label="按钮3" type="blue"></lz-button>
      <lz-button class="mr10" label="按钮4" type="orange"></lz-button>
      <lz-button class="mr10" label="按钮5" type="main"></lz-button>
    </view>
    <view class="mb20 flex flex-bottom"> 
      <lz-button class="mr10" label="按钮6" size="little"></lz-button>
      <lz-button class="mr10" label="按钮7" size="small"></lz-button>
      <lz-button class="mr10" label="按钮8" size="default"></lz-button>
      <lz-button class="mr10" label="按钮9" size="large"></lz-button>
      <lz-button class="mr10" label="按钮10" size="big"></lz-button>
    </view>
    <view class="mb20 flex flex-bottom"> 
      <lz-button class="mr10" label="按钮11" disabled="disabled"></lz-button>
      <lz-button class="mr10" label="按钮12" ghost="ghost"></lz-button>
      <lz-button class="mr10" label="按钮13" fixedWidth="{{true}}"></lz-button>
      <lz-button class="mr10" label="按钮14" fixedBorder="{{false}}"></lz-button>
    </view>
    <view>
      <wxParse nodes="{{doc}}"></wxParse>
      <wxParse nodes="{{typeDoc}}"></wxParse>
      <wxParse nodes="{{sizeDoc}}"></wxParse>
    </view>
  </view>
</view>