MCPcopy Index your code
hub / github.com/code-forge-io/react-router-devtools / Header

Function Header

docs/app/components/header.tsx:8–19  ·  view source on GitHub ↗
({ children, className }: HeaderProps)

Source from the content-addressed store, hash-verified

6}
7
8export const Header = ({ children, className }: HeaderProps) => {
9 return (
10 <header
11 className={cn(
12 "sticky top-0 z-50 flex w-full items-center justify-between border-[var(--color-border)] border-b bg-[var(--color-background)] px-4 py-4 lg:px-8",
13 className
14 )}
15 >
16 {children}
17 </header>
18 )
19}

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…