FunctionAPIDocs({
componentName,
groupKeys,
packageName = 'nextra/components',
code: $code,
flattened,
docs/mdx-components.tsx:27
FunctionCard({ children, title, icon, arrow, href, className, ...props })
packages/nextra/src/client/components/cards.tsx:13
FunctionCollapse({
className,
children,
isOpen,
horizontal = false,
openDuration = 500,
closeDuration = 300
})
packages/nextra/src/client/components/collapse.tsx:14
FunctionFeature({
large,
centered,
children,
lightOnly,
className,
href,
index,
...props
})
docs/app/_components/features/index.tsx:17
FunctionNavbar({
children,
logoLink = true,
logo,
projectLink,
projectIcon = defaultGitHubIcon,
chatLink,
chat
packages/nextra-theme-docs/src/components/navbar/index.tsx:60