Skip to main content

Variable: SidebarInset

@arolariu/components


@arolariu/components / SidebarInset

Variable: SidebarInset

const SidebarInset: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & RefAttributes<HTMLDivElement>>

Defined in: components/ui/sidebar.tsx:429

Renders the inset main content region adjacent to the sidebar.

Remarks

  • Renders a <main> element
  • Built as a layout helper for inset sidebar variants

Example

<SidebarInset>Main content</SidebarInset>

See

HTML main element

// was this page useful?