Skip to content

普通面板

一个普通的、比较通用的面板

html
<panel title="面板标题" useFooterSlot>
  面板内容
  <view slot="footer">
    <button>操作</button>
  </view>
</panel>

API

Props

名称类型默认值说明版本
useHederSlotbooleanfalse使用 header 插槽-
titlestringnull标题-
useTitleSlotbooleanfalse使用 title 插槽-
headerExtrastringnull头部扩展内容-
useHeaderExtraSlotbooleanfalse使用 header-extra 插槽-
footerstringnull底部内容-
useFooterSlotbooleanfalse使用 footer 插槽-
sizesmall | medium | largemedium面板尺寸-
storagebooleanfalse面板的部分文字加粗-