MCPcopy Create free account

hub / github.com/code-with-antonio/nextjs-vibe / functions

Functions300 in github.com/code-with-antonio/nextjs-vibe

↓ 230 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:6
↓ 4 callersFunctiongetSandbox
(sandboxId: string)
src/inngest/utils.ts:6
↓ 4 callersFunctionuseCarousel
()
src/components/ui/carousel.tsx:35
↓ 4 callersFunctionuseCurrentTheme
()
src/hooks/use-current-theme.ts:3
↓ 4 callersFunctionuseFormField
()
src/components/ui/form.tsx:45
↓ 4 callersFunctionuseSidebar
()
src/components/ui/sidebar.tsx:47
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
src/components/ui/chart.tsx:308
↓ 3 callersFunctiononSelect
(value: string)
src/modules/home/ui/components/project-form.tsx:68
↓ 2 callersFunctionconsumeCredits
()
src/lib/usage.ts:25
↓ 2 callersFunctiongetQueryClient
()
src/trpc/client.tsx:13
↓ 2 callersFunctiongetUsageTracker
()
src/lib/usage.ts:11
↓ 2 callersFunctionmakeQueryClient
()
src/trpc/query-client.ts:6
↓ 2 callersFunctionparseAgentOutput
(value: Message[])
src/inngest/utils.ts:28
↓ 2 callersFunctionuseChart
()
src/components/ui/chart.tsx:27
↓ 1 callersFunctionconvertFilesToTreeItems
( files: Record<string, string> )
src/lib/utils.ts:19
↓ 1 callersFunctionconvertNode
(node: TreeNode, name?: string)
src/lib/utils.ts:52
↓ 1 callersFunctiongetLanguageFromExtension
(filename: string)
src/components/file-explorer.tsx:26
↓ 1 callersFunctiongetUrl
()
src/trpc/client.tsx:25
↓ 1 callersFunctiongetUsageStatus
()
src/lib/usage.ts:37
↓ 1 callersFunctionhandleScroll
()
src/hooks/use-scroll.ts:7
↓ 1 callersFunctionlastAssistantTextMessageContent
(result: AgentResult)
src/inngest/utils.ts:12
↓ 1 callersFunctionrenderBreadcrumbItems
()
src/components/file-explorer.tsx:39
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.ts:5
↓ 1 callersFunctionuseScroll
(threshold = 10)
src/hooks/use-scroll.ts:3
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:9
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
src/components/ui/alert-dialog.tsx:121
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
src/components/ui/alert-dialog.tsx:133
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
src/components/ui/alert-dialog.tsx:47
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
src/components/ui/alert-dialog.tsx:108
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:79
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:66
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
src/components/ui/alert-dialog.tsx:31
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
src/components/ui/alert-dialog.tsx:23
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
src/components/ui/alert-dialog.tsx:95
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
src/components/ui/alert-dialog.tsx:15
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
FunctionAssistantMessage
({ content, fragment, createdAt, isActiveFragment, onFragmentClick, type, }: AssistantMessageProps
src/modules/projects/ui/components/message-card.tsx:66
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
src/components/ui/avatar.tsx:8
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:83
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:65
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
src/components/ui/button.tsx:40
FunctionCalendar
({ className, classNames, showOutsideDays = true, captionLayout = "label", buttonVariant = "ghost",
src/components/ui/calendar.tsx:14
FunctionCalendarDayButton
({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>)
src/components/ui/calendar.tsx:172
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:45
FunctionCarouselContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/carousel.tsx:135
FunctionCarouselItem
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/carousel.tsx:156
FunctionCarouselNext
({ className, variant = "outline", size = "icon", ...props }: React.ComponentProps<typeof Button>)
src/components/ui/carousel.tsx:204
FunctionCarouselPrevious
({ className, variant = "outline", size = "icon", ...props }: React.ComponentProps<typeof Button>)
src/components/ui/carousel.tsx:174
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:253
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
FunctionCodeView
({ code, lang }: Props)
src/components/code-view/index.tsx:15
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
src/components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:11
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
src/components/ui/command.tsx:16
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, className, s
src/components/ui/command.tsx:32
FunctionCommandEmpty
({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
src/components/ui/command.tsx:101
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
src/components/ui/command.tsx:113
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
src/components/ui/command.tsx:63
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
src/components/ui/command.tsx:142
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
src/components/ui/command.tsx:85
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
src/components/ui/command.tsx:129
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/command.tsx:158
FunctionContextMenu
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Root>)
src/components/ui/context-menu.tsx:9
FunctionContextMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Checkbox
src/components/ui/context-menu.tsx:137
FunctionContextMenuContent
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Content>)
src/components/ui/context-menu.tsx:96
FunctionContextMenuGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Group>)
src/components/ui/context-menu.tsx:23
FunctionContextMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof ContextMenuPrimitive
src/components/ui/context-menu.tsx:114
FunctionContextMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Label> & { inset?: b
src/components/ui/context-menu.tsx:187
FunctionContextMenuPortal
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>)
src/components/ui/context-menu.tsx:31
FunctionContextMenuRadioGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>)
src/components/ui/context-menu.tsx:45
FunctionContextMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>)
src/components/ui/context-menu.tsx:163
FunctionContextMenuSeparator
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Separator>)
src/components/ui/context-menu.tsx:207
FunctionContextMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/context-menu.tsx:220
FunctionContextMenuSub
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Sub>)
src/components/ui/context-menu.tsx:39
next →1–100 of 300, ranked by callers