MCPcopy Index your code
hub / github.com/adobe/react-spectrum / title

Function title

packages/dev/s2-docs/src/Nav.tsx:221–223  ·  view source on GitHub ↗
(page)

Source from the content-addressed store, hash-verified

219}
220
221function title(page) {
222 return page.exports?.title ?? page.tableOfContents?.[0]?.title ?? page.name;
223}
224
225function isIntroduction(page) {
226 return page.url.endsWith('/');

Callers 4

NavFunction · 0.85
HorizontalCard.tsxFile · 0.85
CoachMark.tsxFile · 0.85
Card.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected