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

Function isIntroduction

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

Source from the content-addressed store, hash-verified

223}
224
225function isIntroduction(page) {
226 return page.url.endsWith('/');
227}
228
229function SideNavSection({title, children}) {
230 return (

Callers 1

NavFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected