MCPcopy Create free account

hub / github.com/MrUprizing/auth-cn / functions

Functions400 in github.com/MrUprizing/auth-cn

↓ 280 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 34 callersFunctiondesc
(text: string)
src/types/docs.ts:13
↓ 27 callersFunctionsubdesc
(text: string)
src/types/docs.ts:15
↓ 26 callersFunctionsubtitle
(text: string, withoutLink?: boolean)
src/types/docs.ts:7
↓ 25 callersFunctioncodeCommandX
( command: string, defaultManager?: "pnpmx" | "npmx" | "yarnx" | "bunx", )
src/types/docs.ts:80
↓ 12 callersFunctionlinks
(...items: Array<[string, string, boolean?]>)
src/types/docs.ts:46
↓ 10 callersFunctioncodePreview
( name: string, component: React.ComponentType, code: string, language: BundledLanguage, )
src/types/docs.ts:33
↓ 10 callersFunctiongetComponentCode
(fileName: string)
src/lib/get-component-code.ts:4
↓ 10 callersFunctiontitle
(text: string)
src/types/docs.ts:5
↓ 8 callersFunctiongetFullCommand
(manager: InstallManager)
src/components/docs/docs-code-commands.tsx:43
↓ 6 callersFunctionimage
( src: ImageZoomProps["src"], alt: string, width?: number | string, height?: number | string, )
src/types/docs.ts:58
↓ 6 callersFunctionp
(text: string)
src/types/docs.ts:20
↓ 4 callersFunctioncodeBlock
( name: string, code: string, language: BundledLanguage, )
src/types/docs.ts:22
↓ 4 callersFunctionuseCarousel
()
src/components/ui/carousel.tsx:34
↓ 4 callersFunctionuseFormField
()
src/components/ui/form.tsx:44
↓ 4 callersFunctionuseSidebar
()
src/components/ui/sidebar.tsx:46
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string, )
src/components/ui/chart.tsx:312
↓ 3 callersFunctiongetRegistryItem
(category: string, name: string)
src/lib/utils-server.ts:59
↓ 2 callersFunctioncheckForDuplicates
( itemName: string, fullPath: string, nameMap: Map<string, string>, duplicateNames: Array<{ name: stri
src/scripts/generate-registry.ts:55
↓ 2 callersFunctionfindFolderByItemName
( category: string, itemName: string, )
src/lib/utils-server.ts:5
↓ 2 callersFunctionfindFolderByName
( category: string, folderName: string, )
src/lib/utils-server.ts:38
↓ 2 callersFunctiongenerateStaticParamsServer
()
src/lib/utils-server.ts:138
↓ 2 callersFunctiongetCommand
()
src/components/install-command-group.tsx:64
↓ 2 callersFunctionprocessRegistryItem
( item: RegistryItem, style: string, category: string, componentDir: string, )
src/scripts/generate-registry.ts:11
↓ 2 callersFunctionuseChart
()
src/components/ui/chart.tsx:27
↓ 1 callersFunctiongenerateRegistry
()
src/scripts/generate-registry.ts:192
↓ 1 callersFunctiongetComponent
(category: string, name: string)
src/lib/utils-server.ts:123
↓ 1 callersFunctiongetImageSrc
(src: ImageZoomProps["src"])
src/components/docs/docs-typography.tsx:20
↓ 1 callersFunctiongetRegistryDocs
(category: string, name: string)
src/lib/utils-server.ts:88
↓ 1 callersFunctiongetSidebarItems
()
src/lib/utils-server.ts:170
↓ 1 callersFunctionprocessComponentInCategory
( style: string, category: string, componentDir: string, nameMap: Map<string, string>, duplicateName
src/scripts/generate-registry.ts:79
↓ 1 callersFunctionprocessDirectComponent
( style: string, category: string, nameMap: Map<string, string>, duplicateNames: Array<{ name: string;
src/scripts/generate-registry.ts:136
↓ 1 callersFunctionrenderItem
( item: DocsItem, index: number, context?: { category: string; name: string }, )
src/components/docs/docs-renderer.tsx:19
↓ 1 callersFunctiontabs
( tabItems: TabItem[], defaultValue?: string, )
src/types/docs.ts:111
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.ts:5
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
src/components/ui/accordion.tsx:9
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
src/components/ui/accordion.tsx:50
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
src/components/ui/accordion.tsx:15
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
src/components/ui/accordion.tsx:28
FunctionAlert
({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>)
src/components/ui/alert.tsx:22
FunctionAlertDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert.tsx:50
FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
src/components/ui/alert-dialog.tsx:8
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
src/components/ui/alert-dialog.tsx:120
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
src/components/ui/alert-dialog.tsx:132
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
src/components/ui/alert-dialog.tsx:46
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
src/components/ui/alert-dialog.tsx:107
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:78
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:65
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
src/components/ui/alert-dialog.tsx:30
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
src/components/ui/alert-dialog.tsx:22
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
src/components/ui/alert-dialog.tsx:94
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
src/components/ui/alert-dialog.tsx:14
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert.tsx:37
FunctionAspectRatio
({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>)
src/components/ui/aspect-ratio.tsx:5
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
src/components/ui/avatar.tsx:8
FunctionAvatar01
()
src/registry/default/ui/avatar/avatar-01.tsx:5
FunctionAvatar01Component
()
src/registry/default/ui/avatar/avatar-01-component.tsx:3
FunctionAvatar02
()
src/registry/default/ui/avatar/avatar-02.tsx:5
FunctionAvatar02Component
()
src/registry/default/ui/avatar/avatar-02-component.tsx:3
FunctionAvatar03
()
src/registry/default/ui/avatar/avatar-03.tsx:25
FunctionAvatar03Component
()
src/registry/default/ui/avatar/avatar-03-component.tsx:24
FunctionAvatar04
()
src/registry/default/ui/avatar/avatar-04.tsx:25
FunctionAvatar04Component
()
src/registry/default/ui/avatar/avatar-04-component.tsx:23
FunctionAvatar05
()
src/registry/default/ui/avatar/avatar-05-component.tsx:5
FunctionAvatar05
()
src/registry/default/ui/avatar/avatar-05.tsx:7
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
src/components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
src/components/ui/avatar.tsx:24
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
src/components/ui/badge.tsx:28
FunctionBreadcrumb
({ ...props }: React.ComponentProps<"nav">)
src/components/ui/breadcrumb.tsx:7
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:85
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:24
FunctionBreadcrumbLink
({ asChild, className, ...props }: React.ComponentProps<"a"> & { asChild?: boolean; })
src/components/ui/breadcrumb.tsx:34
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
src/components/ui/breadcrumb.tsx:11
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:52
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:67
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
src/components/ui/button.tsx:39
FunctionButtonGroup
({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVari
src/components/ui/button-group.tsx:23
FunctionButtonGroupSeparator
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/button-group.tsx:60
FunctionButtonGroupText
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean; })
src/components/ui/button-group.tsx:40
FunctionCalendar
({ className, classNames, showOutsideDays = true, captionLayout = "label", buttonVariant = "ghost",
src/components/ui/calendar.tsx:17
FunctionCalendarDayButton
({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>)
src/components/ui/calendar.tsx:181
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:31
FunctionCarousel
({ orientation = "horizontal", opts, setApi, plugins, className, children, ...props }: React.Com
src/components/ui/carousel.tsx:44
FunctionCarouselContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/carousel.tsx:134
FunctionCarouselItem
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/carousel.tsx:155
FunctionCarouselNext
({ className, variant = "outline", size = "icon", ...props }: React.ComponentProps<typeof Button>)
src/components/ui/carousel.tsx:203
FunctionCarouselPrevious
({ className, variant = "outline", size = "icon", ...props }: React.ComponentProps<typeof Button>)
src/components/ui/carousel.tsx:173
FunctionChartContainer
({ id, className, children, config, ...props }: React.ComponentProps<"div"> & { config: ChartConfi
src/components/ui/chart.tsx:37
FunctionChartLegendContent
({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, }: React.ComponentProps<
src/components/ui/chart.tsx:255
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:72
FunctionChartTooltipContent
({ active, payload, className, indicator = "dot", hideLabel = false, hideIndicator = false, labe
src/components/ui/chart.tsx:107
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
src/components/ui/checkbox.tsx:9
FunctionCode
({ code, language, heightAuto = true, }: CodeBlockHtmlProps)
src/components/ui/code.tsx:15
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:5
next →1–100 of 400, ranked by callers