-
Notifications
You must be signed in to change notification settings - Fork 376
Closed
Milestone
Description
https://github.com/patternfly/patternfly-next/pull/2520/files
- adds an element
.pf-c-drawer__content-bodyinside of.pf-c-drawer__contentto hold the content passed to the__contentelement - adds
aria-hidden="true"to the__panelelement if the drawer is not expanded <DrawerContent>should support a prop to add padding to the content, which applies.pf-m-paddingto.pf-c-drawer__content-body<Drawer>should support...- prop to position the panel to slide out from the left by applying
.pf-m-panel-leftto.pf-c-drawer - prop to use a line as the divider between the panel and content (instead of a box shadow) by applying
.pf-m-dividerto.pf-c-drawer
- prop to position the panel to slide out from the left by applying
cc @mattnolting