MCPcopy Create free account

hub / github.com/di-sukharev/vibe / functions

Functions520 in github.com/di-sukharev/vibe

FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
webapp/src/components/ui/alert.tsx:38
FunctionApp
()
webapp/src/App.tsx:5
FunctionAppPage
()
webapp/src/pages.tsx:108
FunctionAspectRatio
({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>)
webapp/src/components/ui/aspect-ratio.tsx:5
FunctionAuthForm
()
webapp/src/components/AuthForm.tsx:47
FunctionAuthProvider
({ children }: PropsWithChildren)
webapp/src/lib/auth.tsx:22
FunctionAvatar
({ className, size = "default", ...props }: React.ComponentProps<typeof AvatarPrimitive.Root> & { size
webapp/src/components/ui/avatar.tsx:7
FunctionAvatarBadge
({ className, ...props }: React.ComponentProps<"span">)
webapp/src/components/ui/avatar.tsx:61
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
webapp/src/components/ui/avatar.tsx:43
FunctionAvatarGroup
({ className, ...props }: React.ComponentProps<"div">)
webapp/src/components/ui/avatar.tsx:77
FunctionAvatarGroupCount
({ className, ...props }: React.ComponentProps<"div">)
webapp/src/components/ui/avatar.tsx:90
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
webapp/src/components/ui/avatar.tsx:27
FunctionBadge
({ className, variant = "default", asChild = false, ...props }: React.ComponentProps<"span"> & Varia
webapp/src/components/ui/badge.tsx:31
FunctionBreadcrumb
({ className, ...props }: React.ComponentProps<"nav">)
webapp/src/components/ui/breadcrumb.tsx:9
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
webapp/src/components/ui/breadcrumb.tsx:100
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
webapp/src/components/ui/breadcrumb.tsx:35
FunctionBreadcrumbLink
({ asChild, className, ...props }: React.ComponentProps<"a"> & { asChild?: boolean })
webapp/src/components/ui/breadcrumb.tsx:45
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
webapp/src/components/ui/breadcrumb.tsx:20
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
webapp/src/components/ui/breadcrumb.tsx:65
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
webapp/src/components/ui/breadcrumb.tsx:80
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
webapp/src/components/ui/button.tsx:43
FunctionButtonGroup
({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVari
webapp/src/components/ui/button-group.tsx:25
FunctionButtonGroupSeparator
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof Separator>)
webapp/src/components/ui/button-group.tsx:63
FunctionButtonGroupText
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
webapp/src/components/ui/button-group.tsx:41
FunctionCalendar
({ className, classNames, showOutsideDays = true, captionLayout = "label", buttonVariant = "ghost",
webapp/src/components/ui/calendar.tsx:17
FunctionCalendarDayButton
({ className, day, modifiers, locale, ...props }: React.ComponentProps<typeof DayButton> & { locale?
webapp/src/components/ui/calendar.tsx:202
FunctionCard
({ className, size = "default", ...props }: React.ComponentProps<"div"> & { size?: "default" | "sm" })
webapp/src/components/ui/card.tsx:6
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
webapp/src/components/ui/card.tsx:64
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
webapp/src/components/ui/card.tsx:77
FunctionCardDescription
({ className, ...props }: CardTypographyProps)
webapp/src/components/ui/card.tsx:51
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
webapp/src/components/ui/card.tsx:87
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
webapp/src/components/ui/card.tsx:24
FunctionCardTitle
({ className, ...props }: CardTypographyProps)
webapp/src/components/ui/card.tsx:39
FunctionCarousel
({ orientation = "horizontal", opts, setApi, plugins, className, children, ...props }: React.Com
webapp/src/components/ui/carousel.tsx:45
FunctionCarouselContent
({ className, ...props }: React.ComponentProps<"div">)
webapp/src/components/ui/carousel.tsx:136
FunctionCarouselItem
({ className, ...props }: React.ComponentProps<"div">)
webapp/src/components/ui/carousel.tsx:157
FunctionCarouselNext
({ className, variant = "outline", size = "icon-sm", ...props }: React.ComponentProps<typeof Button>)
webapp/src/components/ui/carousel.tsx:205
FunctionCarouselPrevious
({ className, variant = "outline", size = "icon-sm", ...props }: React.ComponentProps<typeof Button>)
webapp/src/components/ui/carousel.tsx:175
FunctionChartContainer
({ id, className, children, config, initialDimension = INITIAL_DIMENSION, ...props }: React.Compon
webapp/src/components/ui/chart.tsx:43
FunctionChartLegendContent
({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, }: React.ComponentProps<
webapp/src/components/ui/chart.tsx:293
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
webapp/src/components/ui/chart.tsx:87
FunctionChartTooltipContent
({ active, payload, className, indicator = "dot", hideLabel = false, hideIndicator = false, labe
webapp/src/components/ui/chart.tsx:122
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
webapp/src/components/ui/checkbox.tsx:8
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
webapp/src/components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
webapp/src/components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
webapp/src/components/ui/collapsible.tsx:11
FunctionComboboxChip
({ className, children, showRemove = true, ...props }: ComboboxPrimitive.Chip.Props & { showRemove?:
webapp/src/components/ui/combobox.tsx:244
FunctionComboboxChips
({ className, ...props }: React.ComponentPropsWithRef<typeof ComboboxPrimitive.Chips> & ComboboxPrimitiv
webapp/src/components/ui/combobox.tsx:225
FunctionComboboxChipsInput
({ className, ...props }: ComboboxPrimitive.Input.Props)
webapp/src/components/ui/combobox.tsx:277
FunctionComboboxClear
({ className, ...props }: ComboboxPrimitive.Clear.Props)
webapp/src/components/ui/combobox.tsx:41
FunctionComboboxCollection
({ ...props }: ComboboxPrimitive.Collection.Props)
webapp/src/components/ui/combobox.tsx:191
FunctionComboboxContent
({ className, side = "bottom", sideOffset = 6, align = "start", alignOffset = 0, anchor, ...prop
webapp/src/components/ui/combobox.tsx:91
FunctionComboboxEmpty
({ className, ...props }: ComboboxPrimitive.Empty.Props)
webapp/src/components/ui/combobox.tsx:197
FunctionComboboxGroup
({ className, ...props }: ComboboxPrimitive.Group.Props)
webapp/src/components/ui/combobox.tsx:166
FunctionComboboxInput
({ className, children, disabled = false, showTrigger = true, showClear = false, ...props }: Combo
webapp/src/components/ui/combobox.tsx:54
FunctionComboboxItem
({ className, children, ...props }: ComboboxPrimitive.Item.Props)
webapp/src/components/ui/combobox.tsx:138
FunctionComboboxLabel
({ className, ...props }: ComboboxPrimitive.GroupLabel.Props)
webapp/src/components/ui/combobox.tsx:176
FunctionComboboxList
({ className, ...props }: ComboboxPrimitive.List.Props)
webapp/src/components/ui/combobox.tsx:125
FunctionComboboxSeparator
({ className, ...props }: ComboboxPrimitive.Separator.Props)
webapp/src/components/ui/combobox.tsx:212
FunctionComboboxTrigger
({ className, children, ...props }: ComboboxPrimitive.Trigger.Props)
webapp/src/components/ui/combobox.tsx:24
FunctionComboboxValue
({ ...props }: ComboboxPrimitive.Value.Props)
webapp/src/components/ui/combobox.tsx:20
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
webapp/src/components/ui/command.tsx:20
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, className, s
webapp/src/components/ui/command.tsx:36
FunctionCommandEmpty
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
webapp/src/components/ui/command.tsx:109
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
webapp/src/components/ui/command.tsx:124
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
webapp/src/components/ui/command.tsx:68
FunctionCommandItem
({ className, children, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
webapp/src/components/ui/command.tsx:155
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
webapp/src/components/ui/command.tsx:93
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
webapp/src/components/ui/command.tsx:142
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
webapp/src/components/ui/command.tsx:177
FunctionContextMenu
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Root>)
webapp/src/components/ui/context-menu.tsx:9
FunctionContextMenuCheckboxItem
({ className, children, checked, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive
webapp/src/components/ui/context-menu.tsx:142
FunctionContextMenuContent
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Content> & { side?: "top" | "
webapp/src/components/ui/context-menu.tsx:61
FunctionContextMenuGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Group>)
webapp/src/components/ui/context-menu.tsx:28
FunctionContextMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof ContextMenuPrimitive
webapp/src/components/ui/context-menu.tsx:78
FunctionContextMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Label> & { inset?: b
webapp/src/components/ui/context-menu.tsx:204
FunctionContextMenuPortal
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>)
webapp/src/components/ui/context-menu.tsx:36
FunctionContextMenuRadioGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>)
webapp/src/components/ui/context-menu.tsx:50
FunctionContextMenuRadioItem
({ className, children, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>
webapp/src/components/ui/context-menu.tsx:174
FunctionContextMenuSeparator
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Separator>)
webapp/src/components/ui/context-menu.tsx:223
FunctionContextMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
webapp/src/components/ui/context-menu.tsx:236
FunctionContextMenuSub
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Sub>)
webapp/src/components/ui/context-menu.tsx:44
FunctionContextMenuSubContent
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubContent>)
webapp/src/components/ui/context-menu.tsx:129
FunctionContextMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.SubTrigger
webapp/src/components/ui/context-menu.tsx:103
FunctionContextMenuTrigger
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>)
webapp/src/components/ui/context-menu.tsx:15
FunctionCustomRoot
(props: React.ComponentProps<'div'>)
webapp/tests/typography-policy.test.ts:308
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
webapp/src/components/ui/dialog.tsx:12
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
webapp/src/components/ui/dialog.tsx:30
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
webapp/src/components/ui/dialog.tsx:52
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
webapp/src/components/ui/dialog.tsx:141
FunctionDialogFooter
({ className, showCloseButton = false, children, ...props }: React.ComponentProps<"div"> & { showClo
webapp/src/components/ui/dialog.tsx:99
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
webapp/src/components/ui/dialog.tsx:89
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
webapp/src/components/ui/dialog.tsx:36
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
webapp/src/components/ui/dialog.tsx:24
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
webapp/src/components/ui/dialog.tsx:126
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
webapp/src/components/ui/dialog.tsx:18
FunctionDirectionProvider
({ dir, direction, children, }: React.ComponentProps<typeof Direction.DirectionProvider> & { direction
webapp/src/components/ui/direction.tsx:6
FunctionDrawer
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
webapp/src/components/ui/drawer.tsx:7
FunctionDrawerClose
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Close>)
webapp/src/components/ui/drawer.tsx:25
FunctionDrawerContent
({ className, children, ...props }: React.ComponentProps<typeof DrawerPrimitive.Content>)
webapp/src/components/ui/drawer.tsx:47
← previousnext →201–300 of 520, ranked by callers