MCPcopy Create free account

hub / github.com/Kiranism/tanstack-start-dashboard / functions

Functions528 in github.com/Kiranism/tanstack-start-dashboard

FunctionAspectRatio
({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>)
src/components/ui/aspect-ratio.tsx:3
FunctionAuthLayout
()
src/routes/auth.tsx:7
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
src/components/ui/avatar.tsx:6
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
src/components/ui/avatar.tsx:26
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
src/components/ui/avatar.tsx:16
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:33
FunctionBarGraphSkeleton
()
src/features/overview/components/bar-graph-skeleton.tsx:4
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:13
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:9
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:22
FunctionCellAction
({ data }: CellActionProps)
src/features/products/components/product-tables/cell-action.tsx:22
FunctionChartContainer
({ id, className, children, config, ...props }: React.ComponentProps<'div'> & { config: ChartConfi
src/components/ui/chart.tsx:35
FunctionChartLegendContent
({ className, hideIcon = false, payload, verticalAlign = 'bottom', nameKey }: React.ComponentProps<'
src/components/ui/chart.tsx:236
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:69
FunctionChartTooltipContent
({ active, payload, className, indicator = 'dot', hideLabel = false, hideIndicator = false, labe
src/components/ui/chart.tsx:100
FunctionChatArea
({ conversation, draft, onDraftChange, onSubmit, attachments, onAddAttachments, onRemoveAttachme
src/features/chat/components/chat-area.tsx:18
FunctionChatHeader
({ conversation }: ChatHeaderProps)
src/features/chat/components/chat-header.tsx:16
FunctionChatViewPage
()
src/features/chat/components/chat-view-page.tsx:3
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
src/components/ui/checkbox.tsx:7
FunctionCheckboxField
({ label, description }: CheckboxFieldProps)
src/components/forms/fields/checkbox-field.tsx:17
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:3
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
src/components/ui/collapsible.tsx:13
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:7
FunctionComboboxField
({ value, onChange, onBlur, isTouched, isValid }: { value: string; onChange: (val: string) => vo
src/components/forms/demo-form.tsx:97
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
src/components/ui/command.tsx:14
FunctionCommandDialog
({ title = 'Command Palette', description = 'Search for a command to run...', children, ...props }: Re
src/components/ui/command.tsx:27
FunctionCommandEmpty
({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
src/components/ui/command.tsx:80
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
src/components/ui/command.tsx:90
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
src/components/ui/command.tsx:51
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
src/components/ui/command.tsx:119
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
src/components/ui/command.tsx:70
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
src/components/ui/command.tsx:106
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<'span'>)
src/components/ui/command.tsx:132
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:7
FunctionContextMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Checkbox
src/components/ui/context-menu.tsx:116
FunctionContextMenuContent
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Content>)
src/components/ui/context-menu.tsx:75
FunctionContextMenuGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Group>)
src/components/ui/context-menu.tsx:17
FunctionContextMenuItem
({ className, inset, variant = 'default', ...props }: React.ComponentProps<typeof ContextMenuPrimitive
src/components/ui/context-menu.tsx:93
FunctionContextMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Label> & { inset?: b
src/components/ui/context-menu.tsx:166
FunctionContextMenuPortal
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>)
src/components/ui/context-menu.tsx:21
FunctionContextMenuRadioGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>)
src/components/ui/context-menu.tsx:29
FunctionContextMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>)
src/components/ui/context-menu.tsx:142
FunctionContextMenuSeparator
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Separator>)
src/components/ui/context-menu.tsx:183
FunctionContextMenuShortcut
({ className, ...props }: React.ComponentProps<'span'>)
src/components/ui/context-menu.tsx:196
FunctionContextMenuSub
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Sub>)
src/components/ui/context-menu.tsx:25
FunctionContextMenuSubContent
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubContent>)
src/components/ui/context-menu.tsx:59
FunctionContextMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubTrigger
src/components/ui/context-menu.tsx:35
FunctionContextMenuTrigger
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>)
src/components/ui/context-menu.tsx:11
FunctionConversationList
({ conversations, selectedId, onSelect }: ConversationListProps)
src/features/chat/components/conversation-list.tsx:21
FunctionConversationSelect
({ conversations, selectedId, onSelect }: ConversationSelectProps)
src/features/chat/components/conversation-select.tsx:10
FunctionCtaGithub
()
src/components/layout/cta-github.tsx:4
FunctionCustomHatchedBar
( props: React.SVGProps<SVGRectElement> & { dataKey?: string; isHatched?: boolean; } )
src/features/overview/components/bar-graph.tsx:90
FunctionDashboardLayout
()
src/routes/dashboard.tsx:23
FunctionDataTable
({ table, actionBar, children }: DataTableProps<TData>)
src/components/ui/table/data-table.tsx:21
FunctionDataTableColumnHeader
({ column, title, className, ...props }: DataTableColumnHeaderProps<TData, TValue>)
src/components/ui/table/data-table-column-header.tsx:21
FunctionDataTableDateFilter
({ column, title, multiple }: DataTableDateFilterProps<TData>)
src/components/ui/table/data-table-date-filter.tsx:52
FunctionDataTableFacetedFilter
({ column, title, options, multiple }: DataTableFacetedFilterProps<TData, TValue>)
src/components/ui/table/data-table-faceted-filter.tsx:29
FunctionDataTablePagination
({ table, pageSizeOptions = [10, 20, 30, 40, 50], className, ...props }: DataTablePaginationProps<TDat
src/components/ui/table/data-table-pagination.tsx:20
FunctionDataTableSkeleton
({ columnCount, rowCount = 10, filterCount = 0, cellWidths = ['auto'], withViewOptions = true, wit
src/components/ui/table/data-table-skeleton.tsx:22
FunctionDataTableSliderFilter
({ column, title }: DataTableSliderFilterProps<TData>)
src/components/ui/table/data-table-slider-filter.tsx:34
FunctionDataTableToolbar
({ table, children, className, ...props }: DataTableToolbarProps<TData>)
src/components/ui/table/data-table-toolbar.tsx:17
FunctionDataTableToolbarFilter
({ column }: DataTableToolbarFilterProps<TData>)
src/components/ui/table/data-table-toolbar.tsx:69
FunctionDataTableViewOptions
({ table }: DataTableViewOptionsProps<TData>)
src/components/ui/table/data-table-view-options.tsx:22
FunctionDemoForm
()
src/components/forms/demo-form.tsx:255
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
src/components/ui/dialog.tsx:7
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
src/components/ui/dialog.tsx:19
FunctionDialogContent
({ className, children, ...props }: React.ComponentProps<typeof DialogPrimitive.Content>)
src/components/ui/dialog.tsx:39
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
src/components/ui/dialog.tsx:95
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/dialog.tsx:75
FunctionDialogFormSection
()
src/features/forms/components/sheet-form-demo.tsx:176
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/dialog.tsx:65
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
src/components/ui/dialog.tsx:23
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
src/components/ui/dialog.tsx:15
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
src/components/ui/dialog.tsx:85
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
src/components/ui/dialog.tsx:11
FunctionDottedBackgroundPattern
({ config }: { config: ChartConfig })
src/features/overview/components/area-graph.tsx:93
FunctionDottedBackgroundPattern
()
src/features/overview/components/bar-graph.tsx:129
FunctionDrawer
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
src/components/ui/drawer.tsx:6
FunctionDrawerClose
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Close>)
src/components/ui/drawer.tsx:18
FunctionDrawerContent
({ className, children, ...props }: React.ComponentProps<typeof DrawerPrimitive.Content>)
src/components/ui/drawer.tsx:38
← previousnext →101–200 of 528, ranked by callers