$('#left-drawer').drawer({align: 'left', top: '150px'});
$('#left-drawer-sticky').drawer({align: 'left', top: '10px', type: 'sticky', handleSize: '50%'});
$('#right-drawer').drawer({align: 'right', top: '100px'});
$('#right-drawer-sticky').drawer({align: 'right', bottom: '150px', type: 'sticky', handleSize: '30%'});
$('#bottom-drawer').drawer({align: 'bottom', left: '50px'});
$('#bottom-drawer-sticky').drawer({align: 'bottom', left: '400px', type: 'sticky'});
$('#top-drawer').drawer({align: 'top', left: '400px'});
$('#top-drawer-sticky').drawer({align: 'top', right: '250px', type: 'sticky'});