Skip to content

Drawer


Properties


PropertyTypeRequiredDefaultDescription
themestringNo'global'Theme color.
modelValueanyNoundefinedSee the Drawer modelValue option.
lengthnumberNo800See the Drawer length option.
titlestringNo'Drawer'See the Drawer title option.
titleSizenumberNo20See the Drawer titleSize option.
titleWeightstringNo'bold'See the Drawer titleWeight option.
titleColorstringNo''See the Drawer titleColor option.
backgroundstringNo''See the Drawer background option.
borderRadiusstringNo''See the Drawer borderRadius option.
controlPaddingstringNo'12px 24px'See the Drawer controlPadding option.
contentPaddingstringNo'24px'See the Drawer contentPadding option.
showTitleBarbooleanNotrueSee the Drawer showTitleBar option.
isFooterbooleanNofalseSee the Drawer isFooter option.
isLightDismissbooleanNotrueSee the Drawer isLightDismiss option.
isAcrylicbooleanNotrueSee the Drawer isAcrylic option.
zIndexnumberNo30See the Drawer zIndex option.
positionstringNo'bottom'Position.
appendBodybooleanNotrueSee the Drawer appendBody option.
disabledbooleanNofalseSee the Drawer disabled option.
langstringNo"global"See the Drawer lang option.

Slots


  1. Default
vue
<template>
    <p></p>
</template>
  1. Header
javascript
<template v-slot:header>
</template>
  1. Footer
javascript
<template v-slot:footer>
</template>

MIT Licensed