Components
Drawer
Drawers slide in from a container to expose additional options and information.
DrawerL( renderTarget = open => { ButtonL( style = _.Full(), onClick = open.contramap(_ => ()) )("Open") }, renderContent = close => { div( tw.flex.itemsCenter.justifyCenter.hFull, ButtonL( style = _.Full(color = _.Primary), onClick = close.contramap(_ => ()) )("Close") ) })()