MCPcopy Create free account

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

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

↓ 1 callersMethodwriteTemplates
(feature)
scripts/cleanup.js:666
FunctionAboutPage
()
src/app/about/page.tsx:7
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:48
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
src/components/ui/accordion.tsx:13
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
src/components/ui/accordion.tsx:26
FunctionActiveThemeProvider
({ children, initialTheme }: { children: ReactNode; initialTheme?: string; })
src/components/themes/active-theme.tsx:22
FunctionAdvancedFormPatterns
()
src/features/forms/components/advanced-form-patterns.tsx:95
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:47
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:104
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
src/components/ui/alert-dialog.tsx:111
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
src/components/ui/alert-dialog.tsx:39
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
src/components/ui/alert-dialog.tsx:91
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/alert-dialog.tsx:68
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/alert-dialog.tsx:58
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
src/components/ui/alert-dialog.tsx:23
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
src/components/ui/alert-dialog.tsx:19
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
src/components/ui/alert-dialog.tsx:78
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
src/components/ui/alert-dialog.tsx:13
FunctionAlertModal
({ isOpen, onClose, onConfirm, loading }: AlertModalProps)
src/components/modal/alert-modal.tsx:13
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/alert.tsx:37
FunctionAppSidebar
()
src/components/layout/app-sidebar.tsx:39
FunctionAreaGraph
()
src/features/overview/components/area-graph.tsx:42
FunctionAreaGraphSkeleton
()
src/features/overview/components/area-graph-skeleton.tsx:4
FunctionAreaStats
()
src/app/dashboard/overview/@area_stats/page.tsx:4
FunctionAreaStatsError
({ error }: { error: Error })
src/app/dashboard/overview/@area_stats/error.tsx:6
FunctionAspectRatio
({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>)
src/components/ui/aspect-ratio.tsx:5
FunctionAuthLayout
({ children }: { children: React.ReactNode })
src/app/auth/layout.tsx:10
FunctionAuthPage
()
src/app/auth/page.tsx:11
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:28
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
src/components/ui/avatar.tsx:18
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<'span'> & VariantProps<typeof
src/components/ui/badge.tsx:26
FunctionBarGraph
()
src/features/overview/components/bar-graph.tsx:35
FunctionBarGraphSkeleton
()
src/features/overview/components/bar-graph-skeleton.tsx:4
FunctionBarStats
()
src/app/dashboard/overview/@bar_stats/page.tsx:4
FunctionBillingPage
()
src/app/dashboard/billing/page.tsx:11
FunctionBreadcrumb
({ ...props }: React.ComponentProps<'nav'>)
src/components/ui/breadcrumb.tsx:7
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<'span'>)
src/components/ui/breadcrumb.tsx:79
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
FunctionBreadcrumbs
()
src/components/breadcrumbs.tsx:14
FunctionButton
({ className, variant, size, asChild = false, isLoading, children, disabled, ...props }: React
src/components/ui/button.tsx:36
FunctionButtonGroup
({ className, orientation, ...props }: React.ComponentProps<'div'> & VariantProps<typeof buttonGroupVari
src/components/ui/button-group.tsx:24
FunctionButtonGroupSeparator
({ className, orientation = 'vertical', ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/button-group.tsx:60
FunctionButtonGroupText
({ className, asChild = false, ...props }: React.ComponentProps<'div'> & { asChild?: boolean; })
src/components/ui/button-group.tsx:40
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: ComponentProps<typeof DayPicker>)
src/components/ui/calendar.tsx:11
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:61
FunctionCardDescription
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/card.tsx:65
FunctionCardHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/card.tsx:31
FunctionCellAction
({ data }: CellActionProps)
src/features/users/components/users-table/cell-action.tsx:23
FunctionCellAction
({ data }: CellActionProps)
src/features/products/components/product-tables/cell-action.tsx:23
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:238
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:71
FunctionChartTooltipContent
({ active, payload, className, indicator = 'dot', hideLabel = false, hideIndicator = false, labe
src/components/ui/chart.tsx:102
FunctionChatArea
({ conversation, draft, onDraftChange, onSubmit, attachments, onAddAttachments, onRemoveAttachme
src/features/chat/components/chat-area.tsx:20
FunctionChatHeader
({ conversation }: ChatHeaderProps)
src/features/chat/components/chat-header.tsx:18
FunctionChatViewPage
()
src/features/chat/components/chat-view-page.tsx:5
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
src/components/ui/checkbox.tsx:9
FunctionCheckboxField
({ label, description }: CheckboxFieldProps)
src/components/forms/fields/checkbox-field.tsx:19
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:15
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:9
FunctionComboboxField
({ value, onChange, onBlur, isTouched, isValid }: { value: string; onChange: (val: string) => vo
src/components/forms/demo-form.tsx:99
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, ...props }: Re
src/components/ui/command.tsx:29
FunctionCommandEmpty
({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
src/components/ui/command.tsx:82
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
src/components/ui/command.tsx:92
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
src/components/ui/command.tsx:53
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
src/components/ui/command.tsx:121
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
src/components/ui/command.tsx:72
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
src/components/ui/command.tsx:108
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<'span'>)
src/components/ui/command.tsx:134
FunctionComposedFormField
({ name, validators, asyncDebounceMs, listeners, mode, defaultValue, ...props }:
src/components/ui/form-context.tsx:292
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:118
FunctionContextMenuContent
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Content>)
src/components/ui/context-menu.tsx:77
FunctionContextMenuGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Group>)
src/components/ui/context-menu.tsx:19
FunctionContextMenuItem
({ className, inset, variant = 'default', ...props }: React.ComponentProps<typeof ContextMenuPrimitive
src/components/ui/context-menu.tsx:95
FunctionContextMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Label> & { inset?: b
src/components/ui/context-menu.tsx:168
FunctionContextMenuPortal
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>)
src/components/ui/context-menu.tsx:23
FunctionContextMenuRadioGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>)
src/components/ui/context-menu.tsx:31
FunctionContextMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>)
src/components/ui/context-menu.tsx:144
FunctionContextMenuSeparator
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Separator>)
src/components/ui/context-menu.tsx:185
FunctionContextMenuShortcut
({ className, ...props }: React.ComponentProps<'span'>)
src/components/ui/context-menu.tsx:198
FunctionContextMenuSub
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Sub>)
src/components/ui/context-menu.tsx:27
FunctionContextMenuSubContent
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubContent>)
src/components/ui/context-menu.tsx:61
FunctionContextMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubTrigger
src/components/ui/context-menu.tsx:37
FunctionContextMenuTrigger
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>)
src/components/ui/context-menu.tsx:13
FunctionConversationList
({ conversations, selectedId, onSelect }: ConversationListProps)
src/features/chat/components/conversation-list.tsx:23
← previousnext →101–200 of 600, ranked by callers