Skip to content

Drawer


Propoties


属性(attr)类型(type)必填(required)默认值(default)说明(statement)
theme['system', 'dark', 'light', 'custom']No'system'主题色
valueBooleanNofalse是否可视
length[number, string]No300抽屉长度
focusTrapBooleanNofalse是否聚焦
zIndexNumberNo10层叠数
position['bottom', 'left', 'top', 'right']No'bottom'位置
appendBodyBooleanNofalse是否添加到body(IOS兼容)

Events


事件名(Name)参数类型(args)说明(statement)

Slot


  1. Default

自定义容器内内容

vue
<template>
    <p></p>
</template>

MIT Licensed