MCPcopy Create free account

hub / github.com/RafaelGoulartB/next-blog-cms / functions

Functions27 in github.com/RafaelGoulartB/next-blog-cms

FunctionArticle
({ posts })
pages/articles.tsx:21
FunctionFooter
()
components/footer/index.tsx:5
FunctionHamburger
({ handleToggle })
components/header/hamburger.tsx:7
FunctionHeadSection
({ title = HeadSectionFixtures.title, description = HeadSectionFixtures.description })
components/section/head/index.tsx:7
FunctionHeader
components/header/index.tsx:38
FunctionHeadingPost
({ title, author, date })
components/heading-post/index.tsx:10
FunctionHighlightSection
({ id, title, description, image, createdAt })
components/highlight-card/index.tsx:8
FunctionHome
({ head, posts })
pages/index.tsx:24
FunctionLatestCard
({ id, title, description, image, createdAt })
components/latest-card/index.tsx:8
FunctionListPost
({ children })
components/list-post/index.tsx:3
FunctionLogo
()
components/header/logo.tsx:4
FunctionMenuItems
({ children, link, onClick })
components/header/index.tsx:17
FunctionMyApp
({ Component, pageProps })
pages/_app.tsx:12
FunctionPost
({ post = PostFixtures[0] })
pages/posts/[id].tsx:29
FunctionPostDate
({ date, ...props })
components/post-date/index.tsx:8
FunctionPostListSection
({ posts = PostFixtures })
components/section/postListSection/index.tsx:15
FunctionRecentPostCard
({ id, title, description, image, createdAt })
components/recent-card/index.tsx:8
FunctionRecentPostsContainer
({ children })
components/recent-card/container.tsx:3
FunctionSearchInput
({ search, setSearch, isSearchLoading, setIsSearchLoading })
components/header/search-input.tsx:16
FunctionSocialLinks
({ link, icon })
components/social-links.tsx:9
FunctionThemeContainer
({ children })
contexts/theme/theme-container.tsx:5
FunctiongetStaticPaths
()
pages/posts/[id].tsx:68
FunctiongetStaticProps
()
pages/articles.tsx:15
FunctiongetStaticProps
()
pages/index.tsx:17
FunctiongetStaticProps
({ params })
pages/posts/[id].tsx:17
FunctionhandleToggle
()
components/header/index.tsx:40
Methodrender
()
pages/_document.tsx:4