MCPcopy Create free account

hub / github.com/Codehagen/Badget / functions

Functions758 in github.com/Codehagen/Badget

FunctionFeatureSection
()
src/components/sections/feature-section.tsx:5
FunctionFeaturesSection
()
src/components/sections/features-section.tsx:7
FunctionFilterChips
({ chips, onClearAll }: FilterChipsProps)
src/components/dashboard/filter-chips.tsx:21
FunctionFinancialOverviewSection
({ overview, }: FinancialOverviewSectionProps)
src/components/financial/financial-overview-section.tsx:28
FunctionFinancialPage
({ searchParams, }: FinancialPageProps)
src/app/dashboard/financial/page.tsx:17
FunctionFinancialTabs
({ header, accountsContent, overviewContent, }: FinancialTabsProps)
src/components/financial/financial-tabs.tsx:15
FunctionFirstBentoAnimation
()
src/components/first-bento-animation.tsx:25
FunctionFlickeringGrid
({ squareSize = 3, gridGap = 3, flickerChance = 0.2, color = "#B4B4B4", width, height, className
src/components/ui/flickering-grid.tsx:27
FunctionFooterSection
()
src/components/sections/footer-section.tsx:9
FunctionFormControl
({ ...props }: React.ComponentProps<typeof Slot>)
src/components/ui/form.tsx:107
FunctionFormDescription
({ className, ...props }: React.ComponentProps<"p">)
src/components/ui/form.tsx:125
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:32
FunctionFormItem
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/form.tsx:76
FunctionFormLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/form.tsx:90
FunctionFormMessage
({ className, ...props }: React.ComponentProps<"p">)
src/components/ui/form.tsx:138
FunctionFounderSection
()
src/components/sections/founder-section.tsx:6
FunctionFourthBentoAnimation
({ once = false, startAnimationDelay = 0, }: FourthBentoAnimationProps)
src/components/fourth-bento-animation.tsx:38
FunctionGitHubStatsSection
()
src/components/github-stats.tsx:7
FunctionGlobe
({ className, config = GLOBE_CONFIG, }: { className?: string; config?: COBEOptions; })
src/components/ui/globe.tsx:54
FunctionGoCardlessCallbackContent
()
src/app/dashboard/financial/callback/page.tsx:10
FunctionGoCardlessCallbackPage
()
src/app/dashboard/financial/callback/page.tsx:165
FunctionHeaderSection
()
src/components/dashboard/header-section.tsx:4
FunctionHeaderSkeleton
()
src/components/dashboard/skeletons.tsx:146
FunctionHelpArticle
({ params, }: { params: Promise<{ slug: string }>; })
src/app/(marketing)/help/[slug]/page.tsx:41
FunctionHelpCategoryPage
({ params, }: { params: Promise<{ category: string }>; })
src/app/(marketing)/help/category/[category]/page.tsx:66
FunctionHelpLayout
({ children, }: { children: React.ReactNode; })
src/app/(marketing)/help/layout.tsx:8
FunctionHelpPage
()
src/app/(marketing)/help/page.tsx:80
FunctionHelpSearchDialog
({ open, onOpenChange }: HelpSearchDialogProps)
src/components/help/help-search-dialog.tsx:49
FunctionHeroSection
()
src/components/sections/hero-section.tsx:5
FunctionHeroVideoDialog
({ // animationStyle = "from-center", // videoSrc, thumbnailSrc, thumbnailAlt = "Video thumbnail",
src/components/ui/hero-video-dialog.tsx:71
FunctionHeroVideoSection
()
src/components/sections/hero-video-section.tsx:3
FunctionHighlight
({ children, className, }: { children: React.ReactNode; className?: string; })
src/lib/config.tsx:8
FunctionHome
()
src/app/(marketing)/page.tsx:8
FunctionHoverCard
({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Root>)
src/components/ui/hover-card.tsx:8
FunctionHoverCardContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof HoverCardPrimi
src/components/ui/hover-card.tsx:22
FunctionHoverCardTrigger
({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Trigger>)
src/components/ui/hover-card.tsx:14
FunctionImage
()
src/app/opengraph-image.tsx:13
FunctionInfinite
({ size = 24, ...props }: SpinnerVariantProps)
src/components/ui/spinner.tsx:200
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
src/components/ui/input.tsx:5
FunctionInputOTP
({ className, containerClassName, ...props }: React.ComponentProps<typeof OTPInput> & { containerClass
src/components/ui/input-otp.tsx:9
FunctionInputOTPGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/input-otp.tsx:29
FunctionInputOTPSeparator
({ ...props }: React.ComponentProps<"div">)
src/components/ui/input-otp.tsx:69
FunctionInputOTPSlot
({ index, className, ...props }: React.ComponentProps<"div"> & { index: number })
src/components/ui/input-otp.tsx:39
FunctionInsightsSection
({ goals, assetNews }: InsightsSectionProps)
src/components/dashboard/insights-section.tsx:48
FunctionInsightsSkeleton
()
src/components/dashboard/skeletons.tsx:46
FunctionInteractiveTransactionBadge
({ transactionId, status, category, categories, onUpdate, }: InteractiveTransactionBadgeProps)
src/components/dashboard/interactive-transaction-badge.tsx:35
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/label.tsx:8
FunctionLegendItem
({ name, color, onClick, activeLegend, chartType, }: LegendItemProps)
src/components/ComboChart.tsx:99
FunctionLegendItem
({ name, color, onClick, activeLegend, }: LegendItemProps)
src/components/charts/LineChartSupport.tsx:43
FunctionLineChart
({ data, height = 200, width = 600, color, shouldAnimate, startAnimationDelay, }: LineChartProps)
src/components/third-bento-animation.tsx:17
FunctionMDXImage
({ src, alt, width, height, ...props }: any)
src/components/mdx/mdx-components.tsx:7
FunctionMDXLink
({ href, children, ...props }: any)
src/components/mdx/mdx-components.tsx:32
FunctionMarkdownComponent
({ children, id, className, components = INITIAL_COMPONENTS, }: MarkdownProps)
src/components/ui/markdown.tsx:81
FunctionMarketingLayout
({ children, }: { children: React.ReactNode; })
src/app/(marketing)/layout.tsx:4
FunctionMarquee
({ className, reverse = false, pauseOnHover = false, children, vertical = false, repeat = 4,
src/components/ui/marquee.tsx:35
FunctionMenubar
({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Root>)
src/components/ui/menubar.tsx:9
FunctionMenubarCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof MenubarPrimitive.CheckboxItem
src/components/ui/menubar.tsx:114
FunctionMenubarContent
({ className, align = "start", alignOffset = -4, sideOffset = 8, ...props }: React.ComponentProps<ty
src/components/ui/menubar.tsx:67
FunctionMenubarGroup
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Group>)
src/components/ui/menubar.tsx:31
FunctionMenubarItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof MenubarPrimitive.Ite
src/components/ui/menubar.tsx:91
FunctionMenubarLabel
({ className, inset, ...props }: React.ComponentProps<typeof MenubarPrimitive.Label> & { inset?: boole
src/components/ui/menubar.tsx:164
FunctionMenubarMenu
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Menu>)
src/components/ui/menubar.tsx:25
FunctionMenubarPortal
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Portal>)
src/components/ui/menubar.tsx:37
FunctionMenubarRadioGroup
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>)
src/components/ui/menubar.tsx:43
FunctionMenubarRadioItem
({ className, children, ...props }: React.ComponentProps<typeof MenubarPrimitive.RadioItem>)
src/components/ui/menubar.tsx:140
FunctionMenubarSeparator
({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Separator>)
src/components/ui/menubar.tsx:184
FunctionMenubarShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/menubar.tsx:197
FunctionMenubarSub
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Sub>)
src/components/ui/menubar.tsx:213
FunctionMenubarSubContent
({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.SubContent>)
src/components/ui/menubar.tsx:243
FunctionMenubarSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof MenubarPrimitive.SubTrigger> &
src/components/ui/menubar.tsx:219
FunctionMenubarTrigger
({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Trigger>)
src/components/ui/menubar.tsx:51
FunctionMetricsSection
({ data }: MetricsSectionProps)
src/components/dashboard/metrics-section.tsx:40
FunctionMetricsSkeleton
()
src/components/dashboard/skeletons.tsx:3
FunctionMissionSection
()
src/components/sections/mission-section.tsx:4
FunctionModeSwitcher
()
src/components/mode-switcher.tsx:7
FunctionNavDocuments
({ items, }: { items: { name: string; url: string; icon: Icon; }[]; })
src/components/nav-documents.tsx:28
FunctionNavMain
({ items, }: { items: { title: string; url: string; icon?: Icon; }[]; })
src/components/nav-main.tsx:17
FunctionNavMenu
()
src/components/nav-menu.tsx:15
FunctionNavSecondary
({ items, ...props }: { items: { title: string url: string icon: Icon }[] } & React.Compon
src/components/nav-secondary.tsx:14
FunctionNavUser
()
src/components/nav-user.tsx:48
FunctionNavUserSkeleton
()
src/components/nav-user.tsx:31
FunctionNavbar
()
src/components/sections/navbar.tsx:53
FunctionNavigationMenu
({ className, children, viewport = true, ...props }: React.ComponentProps<typeof NavigationMenuPrimiti
src/components/ui/navigation-menu.tsx:8
FunctionNavigationMenuContent
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Content>)
src/components/ui/navigation-menu.tsx:85
FunctionNavigationMenuIndicator
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Indicator>)
src/components/ui/navigation-menu.tsx:140
FunctionNavigationMenuItem
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Item>)
src/components/ui/navigation-menu.tsx:48
FunctionNavigationMenuLink
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Link>)
src/components/ui/navigation-menu.tsx:124
FunctionNavigationMenuList
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.List>)
src/components/ui/navigation-menu.tsx:32
FunctionNavigationMenuTrigger
({ className, children, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>)
src/components/ui/navigation-menu.tsx:65
FunctionNavigationMenuViewport
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Viewport>)
src/components/ui/navigation-menu.tsx:102
FunctionNumberFlowCounter
({ toolTipValues, shouldAnimate, startAnimationDelay, }: { toolTipValues: number[]; shouldAnimate: b
src/components/third-bento-animation.tsx:198
FunctionOpenStartupPage
()
src/app/(marketing)/open/page.tsx:11
FunctionOrbitingCircles
({ className, children, reverse, duration = 20, radius = 160, path = true, iconSize = 30,
src/components/ui/orbiting-circle.tsx:22
FunctionOtherAssetDialog
({ open, onOpenChange, onBack, }: OtherAssetDialogProps)
src/components/dialog/other-asset-dialog.tsx:58
FunctionPOST
(request: NextRequest)
src/app/api/plaid/link-token/route.ts:4
FunctionPage
()
src/app/dashboard/page.tsx:9
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
← previousnext →401–500 of 758, ranked by callers