MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / StickyHeader

Function StickyHeader

apps/web/ui/StickyHeader/index.tsx:13–19  ·  view source on GitHub ↗
({ id, className, children }: Props)

Source from the content-addressed store, hash-verified

11}
12
13function StickyHeader({ id, className, children }: Props) {
14 return (
15 <div id={id} className={classNames(styles.header, className)}>
16 {children}
17 </div>
18 );
19}
20
21StickyHeader.Title = Title;
22StickyHeader.Subtitle = Subtitle;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected