Skip to main content

Flex Drawer

The FlexDrawer component is a sliding drawer that preserves the main content of the page.

Example

imageExample page content

Props

FlexDrawer Props

PropertyDescriptionValues
defaultOpenDetermines if the drawer is open by defaultBoolean
childrenThe drawer's children componentsReactNode

Customization

The approach for customization will vary depending on if the customization is intended to be global for all consumers of the UI component or if it is only an override for a particular instance.

  • If the customization is necessary for all use cases, update the component source code in the UI library package directly.
  • Otherwise, pass className overrides to modify styles for a particular instance.