MCPcopy Create free account

hub / github.com/NaveenDA/shadcn-nextjs-dashboard / functions

Functions140 in github.com/NaveenDA/shadcn-nextjs-dashboard

↓ 75 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 4 callersFunctionuseFormField
()
components/ui/form.tsx:45
↓ 1 callersFunctioncn
(...classes: string[])
app/(dashboard)/dashboard/security/page.tsx:304
FunctionAnalyticsPage
()
app/(dashboard)/dashboard/analytics/page.tsx:74
FunctionApiKeysPage
()
app/(dashboard)/dashboard/settings/api-keys/page.tsx:58
FunctionAppSwitcher
()
components/shared/app-switcher.tsx:88
FunctionAuthLayout
({ children, }: { children: React.ReactNode; })
app/(auth)/layout.tsx:3
FunctionAuthPage
()
app/(dashboard)/dashboard/auth/page.tsx:53
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
components/ui/avatar.tsx:8
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
components/ui/avatar.tsx:24
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<typeof ba
components/ui/badge.tsx:28
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & VariantProps<
components/ui/button.tsx:38
FunctionCalendarPage
()
app/(dashboard)/dashboard/calendar/page.tsx:56
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:31
FunctionDashboardLayout
({ children, }: { children: React.ReactNode; })
app/(dashboard)/layout.tsx:5
FunctionDashboardPage
()
app/(dashboard)/dashboard/page.tsx:50
FunctionDatabasePage
()
app/(dashboard)/dashboard/database/page.tsx:56
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
components/ui/dialog.tsx:9
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
components/ui/dialog.tsx:27
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitive.Co
components/ui/dialog.tsx:49
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
components/ui/dialog.tsx:119
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/dialog.tsx:93
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/dialog.tsx:83
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
components/ui/dialog.tsx:33
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
components/ui/dialog.tsx:21
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
components/ui/dialog.tsx:106
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
components/ui/dialog.tsx:15
FunctionDisplayPage
()
app/(dashboard)/dashboard/settings/display/page.tsx:14
FunctionDocumentsPage
()
app/(dashboard)/dashboard/documents/page.tsx:75
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxIte
components/ui/dropdown-menu.tsx:85
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
components/ui/dropdown-menu.tsx:34
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
components/ui/dropdown-menu.tsx:54
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.It
components/ui/dropdown-menu.tsx:62
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?: bool
components/ui/dropdown-menu.tsx:146
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
components/ui/dropdown-menu.tsx:15
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
components/ui/dropdown-menu.tsx:111
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
components/ui/dropdown-menu.tsx:122
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
components/ui/dropdown-menu.tsx:166
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
components/ui/dropdown-menu.tsx:179
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
components/ui/dropdown-menu.tsx:195
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
components/ui/dropdown-menu.tsx:225
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> &
components/ui/dropdown-menu.tsx:201
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
components/ui/dropdown-menu.tsx:23
FunctionErrorPage
({ title = "Dashboard Error", description = "Something went wrong while loading the dashboard. Please try ag
components/shared/ErrorPage.tsx:20
FunctionErrorsPage
()
app/(dashboard)/dashboard/errors/page.tsx:81
FunctionForbiddenPage
()
app/(error)/error/403/page.tsx:13
FunctionForgotPasswordPage
()
app/(auth)/forgot-password/page.tsx:33
FunctionFormControl
({ ...props }: React.ComponentProps<typeof Slot>)
components/ui/form.tsx:107
FunctionFormDescription
({ className, ...props }: React.ComponentProps<"p">)
components/ui/form.tsx:126
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:32
FunctionFormItem
({ className, ...props }: React.ComponentProps<"div">)
components/ui/form.tsx:76
FunctionFormLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
components/ui/form.tsx:90
FunctionFormMessage
({ className, ...props }: React.ComponentProps<"p">)
components/ui/form.tsx:139
FunctionHelpPage
()
app/(dashboard)/dashboard/help/page.tsx:90
FunctionIndex
()
app/page.tsx:16
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
components/ui/input.tsx:5
FunctionInputOTP
({ className, containerClassName, ...props }: React.ComponentProps<typeof OTPInput> & { containerClassName
components/ui/input-otp.tsx:9
FunctionInputOTPGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/input-otp.tsx:29
FunctionInputOTPSeparator
({ ...props }: React.ComponentProps<"div">)
components/ui/input-otp.tsx:69
FunctionInputOTPSlot
({ index, className, ...props }: React.ComponentProps<"div"> & { index: number; })
components/ui/input-otp.tsx:39
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
components/ui/label.tsx:8
FunctionLoadingDashboard
()
components/shared/loading-dashboard.tsx:4
FunctionLoginPage
()
app/(auth)/login/page.tsx:38
FunctionMaintenancePage
()
app/(error)/error/maintenance/page.tsx:12
FunctionMessagesPage
()
app/(dashboard)/dashboard/messages/page.tsx:71
FunctionNotFound
()
app/not-found.tsx:4
FunctionProgress
({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>)
components/ui/progress.tsx:8
FunctionProjectsPage
()
app/(dashboard)/dashboard/projects/page.tsx:78
FunctionRegisterPage
()
app/(auth)/register/page.tsx:40
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:77
FunctionSecurityPage
()
app/(dashboard)/dashboard/security/page.tsx:80
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "popper", ...props }: React.ComponentProps<typeof SelectPrimitive.Conte
components/ui/select.tsx:53
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
components/ui/select.tsx:101
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
components/ui/select.tsx:88
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
components/ui/select.tsx:156
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
components/ui/select.tsx:138
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
components/ui/select.tsx:125
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger>
components/ui/select.tsx:27
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
components/ui/select.tsx:21
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof Separ
components/ui/separator.tsx:8
FunctionServerErrorPage
()
app/(error)/error/500/page.tsx:13
FunctionSettingsAccountPage
()
app/(dashboard)/dashboard/settings/account/page.tsx:3
FunctionSettingsAppearancePage
()
app/(dashboard)/dashboard/settings/appearance/page.tsx:3
FunctionSettingsLayout
({ children }: SettingsLayoutProps)
app/(dashboard)/dashboard/settings/layout.tsx:82
FunctionSettingsNotificationsPage
()
app/(dashboard)/dashboard/settings/notifications/page.tsx:3
FunctionSettingsPage
()
app/(dashboard)/dashboard/settings/page.tsx:70
FunctionSettingsSidebarNav
({ className, items, ...props }: SettingsSidebarNavProps)
app/(dashboard)/dashboard/settings/layout.tsx:14
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
components/ui/sheet.tsx:19
FunctionSheetContent
({ className, children, side = "right", ...props }: React.ComponentProps<typeof SheetPrimitive.Content> &
components/ui/sheet.tsx:47
next →1–100 of 140, ranked by callers