Drawer
Examples
Basic
Auto height
API
Properties
Name
Description and specifications
closeOnClickOutside
Fired in case of an outside click during drawer showed state
Attribute:
close-on-click-outsideType:
booleanDefault:
truefullHeight
Render the drawer with maximum height
Attribute:
full-heightType:
booleanDefault:
falsemaxWidth
Max width interpreted as REM
Attribute:
max-widthType:
numberDefault:
28minWidth
Min width interpreted as REM
Attribute:
min-widthType:
numberDefault:
16show
Show or hide the drawer
Attribute:
showType:
booleanDefault:
falsewidth
Width interpreted as REM if not set to 'auto'
Attribute:
widthType:
"auto" | numberDefault:
this.minWidthEvents
Name
Description and specifications
drawerClose
Fire event after drawer is close
Detail:
anyopen
Fire event after drawer is open
Detail:
any