MCPcopy Create free account

hub / github.com/brijr/mdx / functions

Functions51 in github.com/brijr/mdx

↓ 27 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 4 callersFunctionuseFormField
()
components/ui/form.tsx:42
↓ 3 callersFunctiongetAllPosts
()
lib/posts.ts:6
↓ 2 callersFunctionextractDomain
(url: string)
app/api/bookmark/route.ts:11
↓ 2 callersFunctionformatDate
(date: string)
lib/mdx.ts:15
↓ 2 callersFunctiongetPostBySlug
(slug: string)
lib/posts.ts:16
↓ 1 callersFunctionextractMetadata
(html: string, url: string)
app/api/bookmark/route.ts:20
↓ 1 callersFunctionfetchMetadata
(url: string)
components/markdown/bookmark.tsx:20
↓ 1 callersFunctionuseMDXComponent
(code: string)
components/markdown/mdx-content.tsx:110
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
components/ui/badge.tsx:28
FunctionBookmark
({ url, className }: BookmarkProps)
components/markdown/bookmark.tsx:38
FunctionCode
({ children, className, language = "typescript", }: CodeProps)
components/markdown/code.tsx:16
FunctionContainer
({ children, className, id, style }: DSProps)
components/ds.tsx:23
FunctionCopyArticleButton
()
components/markdown/copy-article-button.tsx:8
FunctionFooter
()
components/site/footer.tsx:3
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:29
FunctionGET
(request: NextRequest)
app/api/bookmark/route.ts:63
FunctionHero
()
components/site/hero.tsx:4
FunctionHomePage
()
app/page.tsx:7
FunctionItem
({ slug, title, date, excerpt, className, tags, }: PostItemProps)
components/posts/item.tsx:37
FunctionLayout
({ children, className, style }: DSProps)
components/ds.tsx:50
FunctionList
({ posts }: { posts: Post[] })
components/posts/list.tsx:6
FunctionLogo
({ href = "/", width = 72, height, className, }: { href?: string; width?: number; height?: numbe
components/site/logo.tsx:7
FunctionMDXContent
({ code, components }: MDXProps)
components/markdown/mdx-content.tsx:120
FunctionMain
({ children, className, id, style }: DSProps)
components/ds.tsx:61
FunctionMedia
({ src, alt = "", className, fill = false }: MediaProps)
components/markdown/media.tsx:55
FunctionMeta
({ title, description, date, author, tags, slug }: MetaProps)
components/markdown/meta.tsx:16
FunctionNav
({ children, className, id, style, containerClassName, }: DSProps)
components/ds.tsx:33
FunctionNoPosts
()
components/posts/list.tsx:32
FunctionPage
(props: PageProps)
app/[...slug]/page.tsx:41
FunctionPostDate
({ date }: { date: string })
components/posts/item.tsx:15
FunctionPostTags
({ tags }: { tags: string[] })
components/posts/item.tsx:23
FunctionProse
({ children, className, id, dangerouslySetInnerHTML, style, isArticle = false, isSpaced = false,
components/ds.tsx:158
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:22
FunctionSection
({ children, className, id, style }: DSProps)
components/ds.tsx:17
FunctionShareButton
({ title, slug }: ShareButtonProps)
components/markdown/share-button.tsx:12
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
components/theme/theme-provider.tsx:7
FunctionThemeToggle
()
components/theme/theme-toggle.tsx:9
FunctionToaster
({ ...props }: ToasterProps)
components/ui/sonner.tsx:13
FunctionYouTube
({ videoid, width = "100%", height, params, playlabel, className, }: YouTubeProps)
components/markdown/youtube.tsx:13
FunctioncopyArticleText
()
components/markdown/copy-article-button.tsx:11
FunctioncopyToClipboard
()
components/markdown/code.tsx:33
FunctiongenerateMetadata
(props: PageProps)
app/[...slug]/page.tsx:24
FunctiongenerateStaticParams
()
app/[...slug]/page.tsx:17
FunctiongetAllTags
()
lib/posts.ts:33
FunctiongetPostsByPrefix
(prefix: string)
lib/posts.ts:24
FunctiongetPostsByTag
(tag: string)
lib/posts.ts:46
FunctionhandleShare
()
components/markdown/share-button.tsx:13
Functionrobots
()
app/robots.ts:3
Functionsitemap
()
app/sitemap.ts:4
FunctiontoggleTheme
()
components/theme/theme-toggle.tsx:12