MCPcopy Create free account

hub / github.com/buka-studio/echotab / functions

Functions996 in github.com/buka-studio/echotab

FunctionAutoLinkPluginForEmailAndUrl
()
packages/ui/src/RichEditor/plugins/AutoLinkPlugin.tsx:35
FunctionBadge
({ className, variant, ...props }: BadgeProps)
packages/ui/src/Badge.tsx:28
FunctionBar
({ maxHeight = 18, playing, minHeight = 3, className, width = 2, style, speed = 150, ...props
apps/extension/src/components/Waveform.tsx:15
FunctionBlurInput
({ onChange, defaultValue, ...props }: Omit<ComponentProps<typeof Input>, "onChange" | "value"> & { on
apps/extension/src/Settings/CuratePage.tsx:15
FunctionBookmarkCommand
({ onCurate }: { onCurate?: () => void })
apps/extension/src/Bookmarks/BookmarkCommand.tsx:98
FunctionBookmarks
()
apps/extension/src/Bookmarks/Bookmarks.tsx:47
FunctionBukaIcon
(props: ComponentProps<"svg">)
apps/extension/src/Settings/Settings.tsx:30
FunctionButton
({ className, variant, size, asChild = false, ...props }: ButtonProps)
packages/ui/src/Button.tsx:45
FunctionButtonWithTooltip
({ tooltipText, tooltipContent, side = "bottom", tooltipContainer, ...props }: Props)
packages/ui/src/ButtonWithTooltip.tsx:13
FunctionCTA
()
apps/web/src/app/CTA.tsx:10
FunctionCanvasSwitchboard
({ animating, cols = 30, rows = 20, width = 1800, height = 800, dotSize = 2, }: SwitchboardProps)
apps/web/src/app/components/bento/PrivacyCard.tsx:129
FunctionCardStack
({ count, className }: { count: number; className?: string })
apps/extension/src/Curate/CardStack.tsx:4
FunctionCheckListPlugin
()
packages/ui/src/RichEditor/plugins/CheckListPlugin.tsx:33
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
packages/ui/src/Checkbox.tsx:9
FunctionChristmasTreeIllustration
({ className, ...props }: { className?: string } & ComponentProps<"svg">)
apps/extension/src/Curate/PCVisual/illustrations.tsx:45
FunctionCloseConfirmDialog
({ onConfirm, children, closeLabel, actionLabel, }: { onConfirm: () => void; children: ReactNode;
apps/extension/src/ActiveTabs/WindowHeader.tsx:37
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
packages/ui/src/Collapsible.tsx:6
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
packages/ui/src/Collapsible.tsx:25
FunctionCollapsibleTrigger
({ className, ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
packages/ui/src/Collapsible.tsx:12
FunctionCollectionsPage
()
apps/extension/src/Settings/CollectionsPage.tsx:10
FunctionColorPalette
()
packages/ui/src/stories/ColorPalette.stories.tsx:184
FunctionColorSwatch
({ name, variable }: { name: string; variable: string })
packages/ui/src/stories/ColorPalette.stories.tsx:93
FunctionColorTweakpane
()
apps/extension/src/ColorTweakpane.tsx:115
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
packages/ui/src/Command.tsx:8
FunctionCommandCreateItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
packages/ui/src/Command.tsx:118
FunctionCommandEmpty
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/Command.tsx:47
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
packages/ui/src/Command.tsx:73
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
packages/ui/src/Command.tsx:20
FunctionCommandItem
({ className, variant = "default", ...props }: React.ComponentProps<typeof CommandPrimitive.Item> & { va
packages/ui/src/Command.tsx:97
FunctionCommandLabel
({ page }: { page: string })
apps/extension/src/Bookmarks/BookmarkCommand.tsx:78
FunctionCommandLabel
({ page }: { page: string })
apps/extension/src/ActiveTabs/ActiveCommand.tsx:74
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
packages/ui/src/Command.tsx:35
FunctionCommandMenu
({ className, ...props }: ComponentProps<"button">)
apps/web/src/app/Hero/CommandMenu.tsx:4
FunctionCommandNotEmpty
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/Command.tsx:60
FunctionCommandPagination
({ className, pages, goToPage, ...props }: ComponentProps<"div"> & { pages: T[]; goToPage: (page: T) =
apps/extension/src/components/TabCommand.tsx:148
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
packages/ui/src/Command.tsx:88
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
packages/ui/src/Command.tsx:131
FunctionConditionalWrapper
({ condition, wrapper, children, }: { condition: boolean; wrapper: (children: ReactNode) => JSX.Elem
apps/extension/src/components/ConditionalWrapper.tsx:3
FunctionCopyButton
({ value, className, children, ...props }: { value: string } & ComponentProps<typeof Button>)
apps/web/src/app/collections/[listId]/CopyButton.tsx:52
FunctionCopyButton
({ onCopy, copied }: { onCopy: () => void; copied: boolean })
apps/extension/src/components/TabItem.tsx:25
FunctionCopyButtonWithTooltip
({ value, className, tooltipText, children, ...props }: { value: string; tooltipText?: string } & Om
apps/web/src/app/collections/[listId]/CopyButton.tsx:21
FunctionCounter
({ count }: { count: MotionValue<number> })
apps/web/src/app/components/bento/PerfCard.tsx:28
FunctionCounter
({ value, className }: { value: number; className?: string })
apps/extension/src/Stats/CurateStats.tsx:9
FunctionCounters
({ kept, deleted, className, }: { kept: number; deleted: number; className?: string; })
apps/extension/src/Stats/CurateStats.tsx:18
FunctionCurate
({ children, maxCards = 5, curateQueueItems }: Props)
apps/extension/src/Curate/Curate.tsx:132
FunctionCurateCard
({ tab, index, visible, hidden, }: { tab: SavedTab; index: number; visible: boolean; hidden: b
apps/extension/src/Curate/CurateCard/CurateCard.tsx:83
FunctionCurateDock
({ className, ...props }: ComponentProps<"div">)
apps/extension/src/Curate/CurateDock.tsx:23
FunctionCuratePage
()
apps/extension/src/Settings/CuratePage.tsx:41
FunctionCurateSummary
({ deleted, kept, className, children, empty }: Props)
apps/extension/src/Curate/CurateSummary.tsx:20
FunctionCurateTrigger
({ children }: { children: ReactNode })
apps/extension/src/Curate/Curate.tsx:128
FunctionCuratedStats
({ className }: { className?: string })
apps/extension/src/Stats/CurateStats.tsx:141
FunctionDataPage
()
apps/extension/src/Settings/DataPage/DataPage.tsx:75
FunctionDate
({ date }: { date: Date | string })
apps/web/src/app/collections/[listId]/Date.tsx:7
FunctionDeleteConfirmDialog
({ onConfirm, children, affectedCount, }: { affectedCount: number; onConfirm: () => void; children
apps/extension/src/Bookmarks/TagHeader.tsx:85
FunctionDialog
({ onOpenChange, scrollLock = true, ...props })
packages/ui/src/Dialog.tsx:10
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
packages/ui/src/Dialog.tsx:42
FunctionDialogContent
({ className, children, overlay = true, close = true, container, ...props }: React.ComponentProps<
packages/ui/src/Dialog.tsx:62
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
packages/ui/src/Dialog.tsx:135
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/Dialog.tsx:112
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/Dialog.tsx:99
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
packages/ui/src/Dialog.tsx:46
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
packages/ui/src/Dialog.tsx:38
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
packages/ui/src/Dialog.tsx:125
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
packages/ui/src/Dialog.tsx:34
FunctionDockAction
({ variant, className, ...props }: ComponentProps<typeof ButtonWithTooltip>)
apps/extension/src/Curate/CurateDock.tsx:5
FunctionDomainHeader
({ domain, actions, className, }: { domain: string; actions?: ReactNode; className?: string; })
apps/extension/src/ActiveTabs/DomainHeader.tsx:27
FunctionDrawer
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
packages/ui/src/Drawer.tsx:8
FunctionDrawerClose
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Close>)
packages/ui/src/Drawer.tsx:20
FunctionDrawerContent
({ className, children, ...props }: React.ComponentProps<typeof DrawerPrimitive.Content>)
packages/ui/src/Drawer.tsx:40
FunctionDrawerDescription
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Description>)
packages/ui/src/Drawer.tsx:99
FunctionDrawerFooter
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/Drawer.tsx:79
FunctionDrawerHeader
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/Drawer.tsx:66
FunctionDrawerOverlay
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Overlay>)
packages/ui/src/Drawer.tsx:24
FunctionDrawerPortal
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Portal>)
packages/ui/src/Drawer.tsx:16
FunctionDrawerTitle
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Title>)
packages/ui/src/Drawer.tsx:89
FunctionDrawerTrigger
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Trigger>)
packages/ui/src/Drawer.tsx:12
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
packages/ui/src/DropdownMenu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Checkbo
packages/ui/src/DropdownMenu.tsx:75
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
packages/ui/src/DropdownMenu.tsx:25
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
packages/ui/src/DropdownMenu.tsx:45
FunctionDropdownMenuItem
({ className, inset, variant = "default", keepOpen = false, ...props }: React.ComponentProps<typeof
packages/ui/src/DropdownMenu.tsx:49
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
packages/ui/src/DropdownMenu.tsx:129
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
packages/ui/src/DropdownMenu.tsx:13
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
packages/ui/src/DropdownMenu.tsx:100
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
packages/ui/src/DropdownMenu.tsx:106
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
packages/ui/src/DropdownMenu.tsx:149
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
packages/ui/src/DropdownMenu.tsx:162
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
packages/ui/src/DropdownMenu.tsx:172
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
packages/ui/src/DropdownMenu.tsx:199
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigge
packages/ui/src/DropdownMenu.tsx:176
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
packages/ui/src/DropdownMenu.tsx:19
FunctionDroppableContainer
({ children, disabled, id, asChild, ...props }: { children: any; disabled?: boolean; id: Uniqu
apps/extension/src/components/SortableList/SortableList.tsx:404
FunctionDynamicViewportVarsSetter
()
apps/extension/src/hooks/useDynamicViewportVars.ts:40
FunctionEchoItem
({ title, desc, actions, className, icon, children, ref, ...props }: Props)
apps/extension/src/components/EchoItem.tsx:14
FunctionExpandIcon
({ expanded, className, ...props }: { expanded?: boolean } & ComponentProps<typeof ArrowsInLineVerticalI
apps/extension/src/components/ExpandIcon.tsx:5
FunctionExpandIconButton
({ icon, className, children, ...props }: Props)
apps/extension/src/ExpandIconButton.tsx:34
FunctionFallbackState
({ className, children, title = "Not available.", ...props }: { className?: string; children?: Rea
apps/extension/src/components/TabInfoPreview.tsx:51
FunctionFavicon
({ src, className, blur = false, }: { className?: string; src?: string; blur?: boolean; })
apps/extension/src/components/TabItem.tsx:57
FunctionFeatureItem
({ icon, title, description, className, }: { icon: ReactNode; title: string; description: string
apps/extension/src/Onboarding/OnboardingDialog.tsx:82
FunctionFeaturesCarousel
()
apps/web/src/app/FeaturesCarousel.tsx:37
← previousnext →401–500 of 996, ranked by callers