Variable: SidebarRail
@arolariu/components / SidebarRail
Variable: SidebarRail
constSidebarRail:ForwardRefExoticComponent<Omit<DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>,HTMLButtonElement>,"ref"> &RefAttributes<HTMLButtonElement>>
Defined in: components/ui/sidebar.tsx:396
Renders a slim rail button used to toggle the sidebar collapsed state.
Remarks
- Renders a
<button>element - Built on the shared sidebar context
Example
<SidebarRail />
See
// was this page useful?