Skip to main content

Variable: SidebarFooter

@arolariu/components


@arolariu/components / SidebarFooter

Variable: SidebarFooter

const SidebarFooter: 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

HTML div element

// was this page useful?