You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the Drawer is simple, but there are a lot of possible configurations! Share your recipes below, and if there is a popular setup feel free to release it as a standalone module.
Material Design
<Drawertype="overlay"content={<ControlPanel/>}tapToClose={true}openDrawerOffset={0.2}// 20% gap on the right side of drawerpanCloseMask={0.2}closedDrawerOffset={-3}styles={{drawer: {shadowColor: '#000000',shadowOpacity: 0.8,shadowRadius: 3},main: {paddingLeft: 3}}}tweenHandler={(ratio)=>({main: {opacity:(2-ratio)/2}})}><Main/></Drawer>