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面板的部分文字加粗-
backgroundedbooleantrue显示背景颜色-