MCPcopy Create free account

hub / github.com/code-with-antonio/nodebase / functions

Functions482 in github.com/code-with-antonio/nodebase

FunctionNodeStatusIndicator
({ status, variant = "border", children, className, }: NodeStatusIndicatorProps)
src/components/react-flow/node-status-indicator.tsx:95
FunctionOpenAiDialog
({ open, onOpenChange, onSubmit, defaultValues = {}, }: Props)
src/features/executions/components/openai/dialog.tsx:59
FunctionPOST
(request: NextRequest)
src/app/api/webhooks/google-form/route.ts:4
FunctionPOST
(request: NextRequest)
src/app/api/webhooks/stripe/route.ts:4
FunctionPage
()
src/app/sentry-example-page/page.tsx:14
FunctionPage
({ params }: PageProps)
src/app/(dashboard)/(editor)/workflows/[workflowId]/page.tsx:19
FunctionPage
({ searchParams }: Props)
src/app/(dashboard)/(rest)/credentials/page.tsx:14
FunctionPage
()
src/app/(dashboard)/(rest)/credentials/new/page.tsx:4
FunctionPage
({ params }: PageProps)
src/app/(dashboard)/(rest)/credentials/[credentialId]/page.tsx:15
FunctionPage
({ searchParams }: Props)
src/app/(dashboard)/(rest)/executions/page.tsx:14
FunctionPage
({ params }: PageProps)
src/app/(dashboard)/(rest)/executions/[executionId]/page.tsx:15
FunctionPage
({ searchParams }: Props)
src/app/(dashboard)/(rest)/workflows/page.tsx:19
FunctionPage
()
src/app/(auth)/signup/page.tsx:4
FunctionPage
()
src/app/(auth)/login/page.tsx:4
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
src/components/ui/pagination.tsx:11
FunctionPaginationContent
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/pagination.tsx:23
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/pagination.tsx:102
FunctionPaginationItem
({ ...props }: React.ComponentProps<"li">)
src/components/ui/pagination.tsx:36
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:45
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:85
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:68
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
src/components/ui/popover.tsx:8
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
src/components/ui/popover.tsx:42
FunctionPopoverContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimiti
src/components/ui/popover.tsx:20
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
src/components/ui/popover.tsx:14
FunctionProgress
({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>)
src/components/ui/progress.tsx:8
FunctionRadioGroup
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Root>)
src/components/ui/radio-group.tsx:9
FunctionRadioGroupItem
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>)
src/components/ui/radio-group.tsx:22
FunctionRegisterForm
()
src/features/auth/components/register-form.tsx:41
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/components/ui/resizable.tsx:31
FunctionResizablePanel
({ ...props }: React.ComponentProps<typeof ResizablePrimitive.Panel>)
src/components/ui/resizable.tsx:25
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:9
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:25
FunctionScrollArea
({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>)
src/components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Scro
src/components/ui/scroll-area.tsx:31
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "popper", align = "center", ...props }: React.ComponentProps<type
src/components/ui/select.tsx:53
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
src/components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
src/components/ui/select.tsx:103
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
src/components/ui/select.tsx:90
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
src/components/ui/select.tsx:158
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
src/components/ui/select.tsx:140
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:127
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
src/components/ui/select.tsx:27
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:21
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
src/components/ui/separator.tsx:8
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
src/components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
src/components/ui/sheet.tsx:19
FunctionSheetContent
({ className, children, side = "right", ...props }: React.ComponentProps<typeof SheetPrimitive.Content
src/components/ui/sheet.tsx:47
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:117
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:94
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:84
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
src/components/ui/sheet.tsx:31
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
src/components/ui/sheet.tsx:25
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
src/components/ui/sheet.tsx:104
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
src/components/ui/sheet.tsx:13
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, ...props }:
src/components/ui/sidebar.tsx:154
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:371
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:346
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:385
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<"button"> & { asChild?: boolean })
src/components/ui/sidebar.tsx:417
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:440
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
src/components/ui/sidebar.tsx:396
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:335
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
src/components/ui/sidebar.tsx:321
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
src/components/ui/sidebar.tsx:307
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/sidebar.tsx:454
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<"button"> & { a
src/components/ui/sidebar.tsx:548
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:580
FunctionSidebarMenuButton
({ asChild = false, isActive = false, variant = "default", size = "default", tooltip, className,
src/components/ui/sidebar.tsx:498
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/sidebar.tsx:465
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean })
src/components/ui/sidebar.tsx:602
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/sidebar.tsx:640
FunctionSidebarMenuSubButton
({ asChild = false, size = "md", isActive = false, className, ...props }: React.ComponentProps<"a">
src/components/ui/sidebar.tsx:669
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/sidebar.tsx:655
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
src/components/ui/sidebar.tsx:56
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
src/components/ui/sidebar.tsx:282
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/sidebar.tsx:357
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
src/components/ui/sidebar.tsx:256
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/skeleton.tsx:3
FunctionSlackDialog
({ open, onOpenChange, onSubmit, defaultValues = {}, }: Props)
src/features/executions/components/slack/dialog.tsx:50
FunctionSlider
({ className, defaultValue, value, min = 0, max = 100, ...props }: React.ComponentProps<typeof Sli
src/components/ui/slider.tsx:8
FunctionSpinner
({ className, ...props }: React.ComponentProps<"svg">)
src/components/ui/spinner.tsx:5
FunctionSpinnerLoadingIndicator
({ children, }: { children: ReactNode; })
src/components/react-flow/node-status-indicator.tsx:17
FunctionStatusBorder
({ children, className, }: { children: ReactNode; className?: string; })
src/components/react-flow/node-status-indicator.tsx:75
FunctionStripeTriggerDialog
({ open, onOpenChange }: Props)
src/features/triggers/components/stripe-trigger/dialog.tsx:22
FunctionSwitch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
src/components/ui/switch.tsx:8
FunctionTRPCReactProvider
( props: Readonly<{ children: React.ReactNode; }>, )
src/trpc/client.tsx:33
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
src/components/ui/table.tsx:22
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
src/components/ui/table.tsx:55
FunctionTabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
src/components/ui/tabs.tsx:8
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
src/components/ui/tabs.tsx:53
FunctionTabsList
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>)
src/components/ui/tabs.tsx:21
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
src/components/ui/tabs.tsx:37
← previousnext →301–400 of 482, ranked by callers