MCPcopy Create free account
hub / github.com/github/docs / ArticleTitle

Function ArticleTitle

components/article/ArticleTitle.tsx:4–10  ·  view source on GitHub ↗
({ children }: Props)

Source from the content-addressed store, hash-verified

2 children: React.ReactNode
3}
4export const ArticleTitle = ({ children }: Props) => {
5 return (
6 <div className="d-flex flex-items-baseline flex-justify-between">
7 <h1 className="border-bottom-0">{children}</h1>
8 </div>
9 )
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected