Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 389 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 389 Bytes

DEPRECATED

@piximi/navigation-drawer

Piximi’s NavigationDrawer component

Installation

yarn add @piximi/navigation-drawer

Usage

<Provider store={store}>
  <ThemeProvider theme={theme}>
    <DndProvider backend={HTML5Backend}>
      <NavigationDrawer toggled={openedDrawer} toggle={toggleDrawer} />
    </DndProvider>
  </ThemeProvider>
</Provider>