Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.33 KB

draggable-sidebar.md

File metadata and controls

36 lines (29 loc) · 1.33 KB

draggable-sidebar

<draggable-sidebar title="Title" show right>
  <div style="height: 100vh"></div>
</draggable-sidebar>

Props

Prop Description Type Required Default Value
show boolean fasle --
title string fasle --
right boolean fasle --
width number,string fasle 'auto'
disabledClose boolean fasle --
disabledHeader boolean fasle --
disabledOrder boolean fasle --
disabledExpand boolean fasle --
containerId boolean true --

Events

Name Description
close
update:show

Slots

Name Description
default
title
extra-btn