MCPcopy Create free account

hub / github.com/arhamkhnz/next-shadcn-admin-dashboard-baseui / functions

Functions682 in github.com/arhamkhnz/next-shadcn-admin-dashboard-baseui

FunctionChat
({ conversations }: ChatProps)
src/app/(main)/chat/_components/chat.tsx:20
FunctionChatConversationList
({ conversations, onSelectConversation, className }: ChatConversationListProps)
src/app/(main)/chat/_components/chat-conversation-list.tsx:23
FunctionChatHeader
()
src/app/(main)/chat/_components/chat-header.tsx:6
FunctionChatProfileDetails
({ contact, onClose }: ChatProfileDetailsProps)
src/app/(main)/chat/_components/chat-profile-details.tsx:34
FunctionChatSidebar
()
src/app/(main)/chat/_components/chat-sidebar.tsx:40
FunctionChatThread
({ contact, messages, onOpenContact, onBack, showBackButton, className }: ChatThreadProps)
src/app/(main)/chat/_components/chat-thread.tsx:58
FunctionCheckbox
({ className, ...props }: CheckboxPrimitive.Root.Props)
src/components/ui/checkbox.tsx:8
FunctionClassSchedule
()
src/app/(main)/dashboard/academy/_components/class-schedule.tsx:7
FunctionClientSelector
()
src/app/(main)/dashboard/invoice/_components/client-selector.tsx:12
FunctionCollapsedIconFallback
({ title }: { title: string })
src/app/(main)/dashboard/_components/sidebar/nav-main.tsx:74
FunctionCollapsible
({ ...props }: CollapsiblePrimitive.Root.Props)
src/components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: CollapsiblePrimitive.Panel.Props)
src/components/ui/collapsible.tsx:15
FunctionCollapsibleTrigger
({ ...props }: CollapsiblePrimitive.Trigger.Props)
src/components/ui/collapsible.tsx:9
FunctionComboboxChip
({ className, children, showRemove = true, ...props }: ComboboxPrimitive.Chip.Props & { showRemove?:
src/components/ui/combobox.tsx:232
FunctionComboboxChips
({ className, ...props }: React.ComponentPropsWithRef<typeof ComboboxPrimitive.Chips> & ComboboxPrimitiv
src/components/ui/combobox.tsx:215
FunctionComboboxChipsInput
({ className, ...props }: ComboboxPrimitive.Input.Props)
src/components/ui/combobox.tsx:263
FunctionComboboxClear
({ className, ...props }: ComboboxPrimitive.Clear.Props)
src/components/ui/combobox.tsx:39
FunctionComboboxCollection
({ ...props }: ComboboxPrimitive.Collection.Props)
src/components/ui/combobox.tsx:183
FunctionComboboxContent
({ className, side = "bottom", sideOffset = 6, align = "start", alignOffset = 0, anchor, ...prop
src/components/ui/combobox.tsx:87
FunctionComboboxEmpty
({ className, ...props }: ComboboxPrimitive.Empty.Props)
src/components/ui/combobox.tsx:189
FunctionComboboxGroup
({ className, ...props }: ComboboxPrimitive.Group.Props)
src/components/ui/combobox.tsx:160
FunctionComboboxInput
({ className, children, disabled = false, showTrigger = true, showClear = false, ...props }: Combo
src/components/ui/combobox.tsx:52
FunctionComboboxItem
({ className, children, ...props }: ComboboxPrimitive.Item.Props)
src/components/ui/combobox.tsx:134
FunctionComboboxLabel
({ className, ...props }: ComboboxPrimitive.GroupLabel.Props)
src/components/ui/combobox.tsx:170
FunctionComboboxList
({ className, ...props }: ComboboxPrimitive.List.Props)
src/components/ui/combobox.tsx:121
FunctionComboboxSeparator
({ className, ...props }: ComboboxPrimitive.Separator.Props)
src/components/ui/combobox.tsx:202
FunctionComboboxTrigger
({ className, children, ...props }: ComboboxPrimitive.Trigger.Props)
src/components/ui/combobox.tsx:22
FunctionComboboxValue
({ ...props }: ComboboxPrimitive.Value.Props)
src/components/ui/combobox.tsx:18
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
src/components/ui/command.tsx:20
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, className, s
src/components/ui/command.tsx:36
FunctionCommandEmpty
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
src/components/ui/command.tsx:108
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
src/components/ui/command.tsx:121
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
src/components/ui/command.tsx:69
FunctionCommandItem
({ className, children, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
src/components/ui/command.tsx:150
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
src/components/ui/command.tsx:92
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
src/components/ui/command.tsx:137
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/command.tsx:170
FunctionContextMenu
({ ...props }: ContextMenuPrimitive.Root.Props)
src/components/ui/context-menu.tsx:9
FunctionContextMenuCheckboxItem
({ className, children, checked, inset, ...props }: ContextMenuPrimitive.CheckboxItem.Props & { in
src/components/ui/context-menu.tsx:155
FunctionContextMenuContent
({ className, align = "start", alignOffset = 4, side = "right", sideOffset = 0, ...props }: Contex
src/components/ui/context-menu.tsx:32
FunctionContextMenuGroup
({ ...props }: ContextMenuPrimitive.Group.Props)
src/components/ui/context-menu.tsx:63
FunctionContextMenuItem
({ className, inset, variant = "default", ...props }: ContextMenuPrimitive.Item.Props & { inset?: bo
src/components/ui/context-menu.tsx:89
FunctionContextMenuLabel
({ className, inset, ...props }: ContextMenuPrimitive.GroupLabel.Props & { inset?: boolean })
src/components/ui/context-menu.tsx:69
FunctionContextMenuPortal
({ ...props }: ContextMenuPrimitive.Portal.Props)
src/components/ui/context-menu.tsx:13
FunctionContextMenuRadioGroup
({ ...props }: ContextMenuPrimitive.RadioGroup.Props)
src/components/ui/context-menu.tsx:186
FunctionContextMenuRadioItem
({ className, children, inset, ...props }: ContextMenuPrimitive.RadioItem.Props & { inset?: boolean
src/components/ui/context-menu.tsx:197
FunctionContextMenuSeparator
({ className, ...props }: ContextMenuPrimitive.Separator.Props)
src/components/ui/context-menu.tsx:226
FunctionContextMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/context-menu.tsx:239
FunctionContextMenuSub
({ ...props }: ContextMenuPrimitive.SubmenuRoot.Props)
src/components/ui/context-menu.tsx:112
FunctionContextMenuSubContent
({ ...props }: React.ComponentProps<typeof ContextMenuContent>)
src/components/ui/context-menu.tsx:142
FunctionContextMenuSubTrigger
({ className, inset, children, ...props }: ContextMenuPrimitive.SubmenuTrigger.Props & { inset?: boo
src/components/ui/context-menu.tsx:118
FunctionContextMenuTrigger
({ className, ...props }: ContextMenuPrimitive.Trigger.Props)
src/components/ui/context-menu.tsx:19
FunctionCustomerReviews
()
src/app/(main)/dashboard/ecommerce/_components/customer-reviews.tsx:9
FunctionDashboardNotFound
()
src/app/(main)/dashboard/[...not-found]/page.tsx:3
FunctionDatePicker
({ id, value, onChange }: { id: string; value: string; onChange: (value: string) => void })
src/app/(main)/dashboard/invoice/_components/invoice-details.tsx:72
FunctionDateRangePicker
({ value, onChange }: DateRangePickerProps)
src/components/date-range-picker.tsx:17
FunctionDialog
({ ...props }: DialogPrimitive.Root.Props)
src/components/ui/dialog.tsx:10
FunctionDialogClose
({ ...props }: DialogPrimitive.Close.Props)
src/components/ui/dialog.tsx:22
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: DialogPrimitive.Popup.Props & { showClos
src/components/ui/dialog.tsx:42
FunctionDialogDescription
({ className, ...props }: DialogPrimitive.Description.Props)
src/components/ui/dialog.tsx:133
FunctionDialogFooter
({ className, showCloseButton = false, children, ...props }: React.ComponentProps<"div"> & { showClo
src/components/ui/dialog.tsx:93
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:83
FunctionDialogOverlay
({ className, ...props }: DialogPrimitive.Backdrop.Props)
src/components/ui/dialog.tsx:26
FunctionDialogPortal
({ ...props }: DialogPrimitive.Portal.Props)
src/components/ui/dialog.tsx:18
FunctionDialogTitle
({ className, ...props }: DialogPrimitive.Title.Props)
src/components/ui/dialog.tsx:120
FunctionDialogTrigger
({ ...props }: DialogPrimitive.Trigger.Props)
src/components/ui/dialog.tsx:14
FunctionDragHandle
({ id }: { id: number })
src/app/(main)/dashboard/(legacy)/default-v1/_components/proposal-sections-table/columns.tsx:86
FunctionDraggableProposalSectionsRow
({ row }: { row: Row<ProposalSectionsRow> })
src/app/(main)/dashboard/(legacy)/default-v1/_components/proposal-sections-table/columns.tsx:419
FunctionDrawer
({ modal = true, showSwipeHandle = false, snapPoints, swipeDirection = "down", ...props }: DrawerPri
src/components/ui/drawer.tsx:27
FunctionDrawerClose
({ ...props }: DrawerPrimitive.Close.Props)
src/components/ui/drawer.tsx:63
FunctionDrawerContent
({ className, children, ...props }: DrawerPrimitive.Popup.Props)
src/components/ui/drawer.tsx:100
FunctionDrawerDescription
({ className, ...props }: DrawerPrimitive.Description.Props)
src/components/ui/drawer.tsx:203
FunctionDrawerFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/drawer.tsx:180
FunctionDrawerHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/drawer.tsx:167
FunctionDrawerOverlay
({ className, ...props }: DrawerPrimitive.Backdrop.Props)
src/components/ui/drawer.tsx:67
FunctionDrawerPortal
({ ...props }: DrawerPrimitive.Portal.Props)
src/components/ui/drawer.tsx:59
FunctionDrawerSwipeHandle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/drawer.tsx:83
FunctionDrawerTitle
({ className, ...props }: DrawerPrimitive.Title.Props)
src/components/ui/drawer.tsx:190
FunctionDrawerTrigger
({ ...props }: DrawerPrimitive.Trigger.Props)
src/components/ui/drawer.tsx:55
FunctionDriversCoverageTriage
()
src/app/(main)/dashboard/(legacy)/analytics-v1/_components/analytics-drivers-coverage-triage.tsx:5
FunctionDriversForecastTarget
()
src/app/(main)/dashboard/(legacy)/analytics-v1/_components/analytics-drivers-forecast-target.tsx:46
FunctionDropdownMenu
({ ...props }: MenuPrimitive.Root.Props)
src/components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, inset, ...props }: MenuPrimitive.CheckboxItem.Props & { inset?: b
src/components/ui/dropdown-menu.tsx:148
FunctionDropdownMenuContent
({ align = "start", alignOffset = 0, side = "bottom", sideOffset = 4, className, ...props }: MenuP
src/components/ui/dropdown-menu.tsx:21
FunctionDropdownMenuGroup
({ ...props }: MenuPrimitive.Group.Props)
src/components/ui/dropdown-menu.tsx:52
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: MenuPrimitive.Item.Props & { inset?: boolean
src/components/ui/dropdown-menu.tsx:76
FunctionDropdownMenuLabel
({ className, inset, ...props }: MenuPrimitive.GroupLabel.Props & { inset?: boolean })
src/components/ui/dropdown-menu.tsx:56
FunctionDropdownMenuPortal
({ ...props }: MenuPrimitive.Portal.Props)
src/components/ui/dropdown-menu.tsx:13
FunctionDropdownMenuRadioGroup
({ ...props }: MenuPrimitive.RadioGroup.Props)
src/components/ui/dropdown-menu.tsx:182
FunctionDropdownMenuRadioItem
({ className, children, inset, ...props }: MenuPrimitive.RadioItem.Props & { inset?: boolean })
src/components/ui/dropdown-menu.tsx:191
FunctionDropdownMenuSeparator
({ className, ...props }: MenuPrimitive.Separator.Props)
src/components/ui/dropdown-menu.tsx:223
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/dropdown-menu.tsx:236
FunctionDropdownMenuSub
({ ...props }: MenuPrimitive.SubmenuRoot.Props)
src/components/ui/dropdown-menu.tsx:99
FunctionDropdownMenuSubContent
({ align = "start", alignOffset = -3, side = "right", sideOffset = 0, className, ...props }: React
src/components/ui/dropdown-menu.tsx:127
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: MenuPrimitive.SubmenuTrigger.Props & { inset?: boolean })
src/components/ui/dropdown-menu.tsx:103
FunctionDropdownMenuTrigger
({ ...props }: MenuPrimitive.Trigger.Props)
src/components/ui/dropdown-menu.tsx:17
FunctionEmpty
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/empty.tsx:5
FunctionEmptyContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/empty.tsx:84
FunctionEmptyDescription
({ className, ...props }: React.ComponentProps<"p">)
src/components/ui/empty.tsx:71
FunctionEmptyHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/empty.tsx:18
← previousnext →201–300 of 682, ranked by callers