Mobile Sidebar Trigger

A button for opening and closing the sidebar on mobile devices.

Installation

Import the component from the passport-ui package.

components/example.tsx
1import { MobileSidebarTrigger } from "passport-ui";

Usage

Basic example showing how to use the component.

components/example.tsx
1<MobileSidebarTrigger />

Additional resources

Documentation and examples are available in Storybook.