MCPcopy Create free account

hub / github.com/Kiranism/next-shadcn-dashboard-starter / functions

Functions600 in github.com/Kiranism/next-shadcn-dashboard-starter

FunctionPUT
(request: NextRequest, { params }: Params)
src/app/api/users/[id]/route.ts:12
FunctionPUT
(request: NextRequest, { params }: Params)
src/app/api/products/[id]/route.ts:23
FunctionPage
()
src/app/page.tsx:4
FunctionPage
()
src/app/auth/sign-up/[[...sign-up]]/page.tsx:9
FunctionPage
()
src/app/auth/sign-in/[[...sign-in]]/page.tsx:9
FunctionPage
()
src/app/dashboard/notifications/page.tsx:7
FunctionPage
(props: pageProps)
src/app/dashboard/product/page.tsx:19
FunctionPage
(props: PageProps)
src/app/dashboard/product/[productId]/page.tsx:13
FunctionPage
()
src/app/dashboard/profile/[[...profile]]/page.tsx:7
FunctionPage
()
src/app/dashboard/chat/page.tsx:7
FunctionPage
()
src/app/dashboard/forms/page.tsx:3
FunctionPage
()
src/app/dashboard/forms/multi-step/page.tsx:8
FunctionPage
()
src/app/dashboard/forms/sheet-form/page.tsx:8
FunctionPage
()
src/app/dashboard/forms/basic/page.tsx:8
FunctionPage
()
src/app/dashboard/forms/advanced/page.tsx:8
FunctionPageContainer
({ children, isLoading = false, access = true, accessFallback, pageTitle, pageDescription, infoC
src/components/layout/page-container.tsx:20
FunctionPageSkeleton
()
src/components/layout/page-container.tsx:5
FunctionPagination
({ className, ...props }: React.ComponentProps<'nav'>)
src/components/ui/pagination.tsx:7
FunctionPaginationContent
({ className, ...props }: React.ComponentProps<'ul'>)
src/components/ui/pagination.tsx:18
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<'span'>)
src/components/ui/pagination.tsx:84
FunctionPaginationItem
({ ...props }: React.ComponentProps<'li'>)
src/components/ui/pagination.tsx:28
FunctionPaginationLink
({ className, isActive, size = 'icon', ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:37
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:70
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:56
FunctionPieGraph
()
src/features/overview/components/pie-graph.tsx:49
FunctionPieGraphSkeleton
()
src/features/overview/components/pie-graph-skeleton.tsx:4
FunctionPieStatsError
({ error }: { error: Error })
src/app/dashboard/overview/@pie_stats/error.tsx:6
FunctionPokemonInfo
()
src/features/react-query-demo/components/pokemon-info.tsx:20
FunctionPokemonSkeleton
()
src/features/react-query-demo/components/pokemon-skeleton.tsx:3
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:38
FunctionPopoverContent
({ className, align = 'center', sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimiti
src/components/ui/popover.tsx:16
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
src/components/ui/popover.tsx:12
FunctionPrivacyPolicyPage
()
src/app/privacy-policy/page.tsx:10
FunctionProductForm
({ initialData, pageTitle }: { initialData: Product | null; pageTitle: string; })
src/features/products/components/product-form.tsx:15
FunctionProductListingPage
()
src/features/products/components/product-listing.tsx:7
FunctionProductTable
()
src/features/products/components/product-tables/index.tsx:14
FunctionProductViewPage
({ productId }: TProductViewPageProps)
src/features/products/components/product-view-page.tsx:13
FunctionProfileViewPage
()
src/features/profile/components/profile-view-page.tsx:3
FunctionProgress
({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>)
src/components/ui/progress.tsx:8
FunctionProviders
({ activeThemeValue, children }: { activeThemeValue: string; children: React.ReactNode; })
src/components/layout/providers.tsx:7
FunctionQueryProvider
({ children }: { children: React.ReactNode })
src/components/layout/query-provider.tsx:8
FunctionRadioGroup
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Root>)
src/components/ui/radio-group.tsx:9
FunctionRadioGroupField
({ label, description, required, options }: RadioGroupFieldProps)
src/components/forms/fields/radio-group-field.tsx:23
FunctionRadioGroupItem
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>)
src/components/ui/radio-group.tsx:22
FunctionReactQueryPage
()
src/app/dashboard/react-query/page.tsx:14
FunctionRecentSales
()
src/features/overview/components/recent-sales.tsx:42
FunctionRecentSalesSkeleton
()
src/features/overview/components/recent-sales-skeleton.tsx:4
FunctionRenderResults
()
src/components/kbar/render-result.tsx:4
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/components/ui/resizable.tsx:26
FunctionResizablePanel
({ ...props }: React.ComponentProps<typeof ResizablePrimitive.Panel>)
src/components/ui/resizable.tsx:22
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:9
FunctionReviewSummary
({ values }: { values: { name: string; category: string; price?: number; description: stri
src/features/forms/components/multi-step-product-form.tsx:129
FunctionRootLayout
({ children }: { children: React.ReactNode })
src/app/layout.tsx:27
FunctionSales
()
src/app/dashboard/overview/@sales/page.tsx:4
FunctionSalesError
({ error }: { error: Error })
src/app/dashboard/overview/@sales/error.tsx:6
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
FunctionSearchInput
()
src/components/search-input.tsx:6
FunctionSectionTitle
({ children }: { children: React.ReactNode })
src/components/forms/demo-form.tsx:219
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = 'popper', ...props }: React.ComponentProps<typeof SelectPrimitive.C
src/components/ui/select.tsx:47
FunctionSelectField
({ label, description, required, options, placeholder = 'Select an option' }: SelectFieldProps)
src/components/forms/fields/select-field.tsx:30
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
src/components/ui/select.tsx:13
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
src/components/ui/select.tsx:92
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
src/components/ui/select.tsx:82
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
src/components/ui/select.tsx:144
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
src/components/ui/select.tsx:129
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:116
FunctionSelectTrigger
({ className, size = 'default', children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
src/components/ui/select.tsx:21
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:17
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:17
FunctionSheetContent
({ className, children, side = 'right', ...props }: React.ComponentProps<typeof SheetPrimitive.Content
src/components/ui/sheet.tsx:41
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:108
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sheet.tsx:88
FunctionSheetFormDemo
()
src/features/forms/components/sheet-form-demo.tsx:314
FunctionSheetFormSection
()
src/features/forms/components/sheet-form-demo.tsx:60
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sheet.tsx:78
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
src/components/ui/sheet.tsx:25
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
src/components/ui/sheet.tsx:21
FunctionSheetProductForm
()
src/features/forms/components/sheet-product-form.tsx:34
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
src/components/ui/sheet.tsx:98
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:145
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:352
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:330
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:366
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<'button'> & { asChild?: boolean })
src/components/ui/sidebar.tsx:398
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:421
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<'div'> & { asChild?: boolean })
src/components/ui/sidebar.tsx:377
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:319
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
src/components/ui/sidebar.tsx:308
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<'main'>)
src/components/ui/sidebar.tsx:294
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<'ul'>)
src/components/ui/sidebar.tsx:432
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<'button'> & { a
src/components/ui/sidebar.tsx:526
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:558
FunctionSidebarMenuButton
({ asChild = false, isActive = false, variant = 'default', size = 'default', tooltip, className,
src/components/ui/sidebar.tsx:476
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<'li'>)
src/components/ui/sidebar.tsx:443
← previousnext →401–500 of 600, ranked by callers