Components

CustomDrawer

<CustomDrawer onClose isOpen direction size header footer withFooter withHeader children />

Constructor

# <CustomDrawer onClose isOpen direction size header footer withFooter withHeader children />

componente drawer

PropTypes:
Name Type Required Description Default
onClose func Yes
isOpen bool Yes
direction enum No "bottom"
size enum No "md"
header node No
footer node No
withFooter bool No true
withHeader bool No true
children element Yes
Author:
  • Braian D. Vaylet

View Source components/_atoms/CustomDrawer/index.js, line 20