Frachtwerk / essencium-frontend

Next.js based starter monorepo consisting of a component library, types, docs and a boilerplate application.
https://staging.essencium.dev
GNU Lesser General Public License v3.0
17 stars 1 forks source link

Refactor foldable NavBar #536

Closed CathrinTruchan closed 4 months ago

CathrinTruchan commented 6 months ago

Description

The NavBar component can be refactored. The folding and unfolding can be handled easier with the mantine AppShell props (e.g. collapsed)

See also: https://github.com/Frachtwerk/essencium-frontend/issues/521

Scope