Variable: SidebarTrigger
@arolariu/components / SidebarTrigger
Variable: SidebarTrigger
constSidebarTrigger:ForwardRefExoticComponent<Omit<Omit<ButtonProps,"ref"> &RefAttributes<HTMLButtonElement>,"ref"> &RefAttributes<HTMLButtonElement>>
Defined in: components/ui/sidebar.tsx:358
Renders the primary button used to toggle the sidebar.
Remarks
- Renders the shared
Buttoncomponent - Built on the shared sidebar context
Example
<SidebarTrigger />
See
// was this page useful?