Variable: SidebarFooter
@arolariu/components / SidebarFooter
Variable: SidebarFooter
constSidebarFooter:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/sidebar.tsx:502
Renders the footer region of the sidebar.
Remarks
- Renders a
<div>element - Built as a layout helper for actions or account controls
Example
<SidebarFooter>Footer content</SidebarFooter>
See
// was this page useful?