Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/delbaoliveira/next-view-transitions
/ functions
Functions
7 in github.com/delbaoliveira/next-view-transitions
⨍
Functions
7
◇
Types & classes
1
Function
Header
({ isCollapsed = false }: HeaderProps)
app/ui/header.tsx:12
Function
Home
()
app/page.tsx:5
Function
Layout
({ children }: { children: React.ReactNode })
app/(with-nav)/layout.tsx:3
Function
NavLink
({ href, children, className, }: { href: string children: React.ReactNode className?: string })
app/ui/nav-link.tsx:6
Function
PostDetail
({ params, }: { params: Promise<{ id: string }> })
app/(with-nav)/blog/[id]/page.tsx:4
Function
PostList
()
app/(with-nav)/blog/page.tsx:4
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
app/layout.tsx:15