MCPcopy Create free account

hub / github.com/Remocn/remocn / functions

Functions1,372 in github.com/Remocn/remocn

FunctionComboboxCollection
({ ...props }: ComboboxPrimitive.Collection.Props)
components/ui/combobox.tsx:185
FunctionComboboxContent
({ className, side = "bottom", sideOffset = 6, align = "start", alignOffset = 0, anchor, ...prop
components/ui/combobox.tsx:86
FunctionComboboxEmpty
({ className, ...props }: ComboboxPrimitive.Empty.Props)
components/ui/combobox.tsx:191
FunctionComboboxExampleScene
(p: ComboboxExampleProps = {})
components/docs/examples/combobox-example.tsx:21
FunctionComboboxGroup
({ className, ...props }: ComboboxPrimitive.Group.Props)
components/ui/combobox.tsx:162
FunctionComboboxInput
({ className, children, disabled = false, showTrigger = true, showClear = false, ...props }: Combo
components/ui/combobox.tsx:51
FunctionComboboxItem
({ className, children, ...props }: ComboboxPrimitive.Item.Props)
components/ui/combobox.tsx:136
FunctionComboboxLabel
({ className, ...props }: ComboboxPrimitive.GroupLabel.Props)
components/ui/combobox.tsx:172
FunctionComboboxList
({ className, ...props }: ComboboxPrimitive.List.Props)
components/ui/combobox.tsx:123
FunctionComboboxSeparator
({ className, ...props }: ComboboxPrimitive.Separator.Props)
components/ui/combobox.tsx:204
FunctionComboboxTrigger
({ className, children, ...props }: ComboboxPrimitive.Trigger.Props)
components/ui/combobox.tsx:21
FunctionComboboxValue
({ ...props }: ComboboxPrimitive.Value.Props)
components/ui/combobox.tsx:17
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
components/ui/command.tsx:16
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, className, s
components/ui/command.tsx:32
FunctionCommandEmpty
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
components/ui/command.tsx:104
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
components/ui/command.tsx:117
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
components/ui/command.tsx:65
FunctionCommandItem
({ className, children, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
components/ui/command.tsx:146
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
components/ui/command.tsx:88
FunctionCommandMenu
({ state = "closed", style, query = "", revealCount, items = [ { icon: "user", label: "Profile",
registry/remocn-ui/command-menu/index.tsx:123
FunctionCommandMenuExampleScene
(_p: CommandMenuExampleProps = {})
components/docs/examples/command-menu-example.tsx:20
FunctionCommandMenuItem
({ state = "idle", style, label = "Settings", icon = "settings", shortcut, width = ROW_WIDTH, th
registry/remocn-ui/command-menu-item/index.tsx:213
FunctionCommandMenuItemIcon
({ icon, color, }: { icon: CommandMenuIcon; color: string; })
registry/remocn-ui/command-menu-item/index.tsx:105
FunctionCommandMenuItemRow
({ style, state = "idle", ctx, label, icon, shortcut, width, radius, }: CommandMenuItemRowProp
registry/remocn-ui/command-menu-item/index.tsx:136
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
components/ui/command.tsx:133
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
components/ui/command.tsx:166
FunctionCompactStep
({ step, delay, className, }: { step: Step; delay: number; className?: string; })
app/(home)/components/sections/get-started.tsx:31
FunctionComponentCard
({ item }: { item: CardItem })
components/docs/component-card.tsx:81
FunctionComponentCardGrid
({ items }: { items: CardItem[] })
components/docs/component-card-grid.tsx:10
FunctionComponentCustomizer
({ controls, values, onChange, }: { controls: ControlConfig; values: Record<string, unknown>; onCh
components/docs/component-customizer.tsx:242
FunctionComponentExample
({ name }: { name: string })
components/docs/component-example.tsx:7
FunctionComponentPreview
({ name }: { name: string })
components/docs/component-preview.tsx:15
FunctionConfetti
({ particleCount = 140, colors = DEFAULT_COLORS, originX = 0.5, originY = 0.5, startFrame = 0, lif
registry/remocn/confetti/index.tsx:103
FunctionContextMenu
({ state = "closed", style, items = ["Back", "Reload", "Save As…", "Inspect"], highlightedIndex = -1,
registry/remocn-ui/context-menu/index.tsx:74
FunctionContextMenu
({ ...props }: ContextMenuPrimitive.Root.Props)
components/ui/context-menu.tsx:8
FunctionContextMenuCheckboxItem
({ className, children, checked, inset, ...props }: ContextMenuPrimitive.CheckboxItem.Props & { in
components/ui/context-menu.tsx:157
FunctionContextMenuContent
({ className, align = "start", alignOffset = 4, side = "right", sideOffset = 0, ...props }: Contex
components/ui/context-menu.tsx:31
FunctionContextMenuExampleScene
(p: ContextMenuExampleProps = {})
components/docs/examples/context-menu-example.tsx:25
FunctionContextMenuGroup
({ ...props }: ContextMenuPrimitive.Group.Props)
components/ui/context-menu.tsx:65
FunctionContextMenuItem
({ className, inset, variant = "default", ...props }: ContextMenuPrimitive.Item.Props & { inset?: bo
components/ui/context-menu.tsx:91
FunctionContextMenuLabel
({ className, inset, ...props }: ContextMenuPrimitive.GroupLabel.Props & { inset?: boolean; })
components/ui/context-menu.tsx:71
FunctionContextMenuPortal
({ ...props }: ContextMenuPrimitive.Portal.Props)
components/ui/context-menu.tsx:12
FunctionContextMenuPreview
({ state = "opened", highlightedIndex = 1, }: ContextMenuPreviewProps)
registry/remocn-ui/context-menu/preview.tsx:10
FunctionContextMenuRadioGroup
({ ...props }: ContextMenuPrimitive.RadioGroup.Props)
components/ui/context-menu.tsx:187
FunctionContextMenuRadioItem
({ className, children, inset, ...props }: ContextMenuPrimitive.RadioItem.Props & { inset?: boolean;
components/ui/context-menu.tsx:198
FunctionContextMenuSeparator
({ className, ...props }: ContextMenuPrimitive.Separator.Props)
components/ui/context-menu.tsx:226
FunctionContextMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
components/ui/context-menu.tsx:239
FunctionContextMenuSub
({ ...props }: ContextMenuPrimitive.SubmenuRoot.Props)
components/ui/context-menu.tsx:114
FunctionContextMenuSubContent
({ ...props }: React.ComponentProps<typeof ContextMenuContent>)
components/ui/context-menu.tsx:144
FunctionContextMenuSubTrigger
({ className, inset, children, ...props }: ContextMenuPrimitive.SubmenuTrigger.Props & { inset?: boo
components/ui/context-menu.tsx:120
FunctionContextMenuTrigger
({ className, ...props }: ContextMenuPrimitive.Trigger.Props)
components/ui/context-menu.tsx:18
FunctionControl
({ id, ctrl, value, onChange, }: { id: string; ctrl: ControlType; value: unknown; onChange: (v
components/docs/component-customizer.tsx:129
FunctionCopyButton
({ value, className, onCopy, }: { value: string; className?: string; onCopy?: () => void; })
components/docs/copy-button.tsx:8
FunctionCornerTriangle
({ corner }: { corner: "top" | "bottom" })
registry/remocn/a1-product-demo/acts/social-proof.tsx:49
FunctionCover
({ coverUrl, accent, height, }: { coverUrl: string; accent: string; height: number; })
registry/remocn/x-follow-card/index.tsx:152
FunctionCtaDomain
({ domain, accent, speed, }: { domain: string; accent: string; speed: number; })
registry/remocn/a1-product-demo/foundation.tsx:260
FunctionCtaScene
({ line, domain, theme, speed = 1 }: CtaSceneProps)
registry/remocn/a1-product-demo/foundation.tsx:222
FunctionCursor
({ x, y, opacity }: { x: number; y: number; opacity: number })
registry/remocn/a1-product-demo/acts/task-mgmt.tsx:267
FunctionCursor
({ f }: { f: number })
registry/remocn/a1-product-demo/acts/ai-planning.tsx:203
FunctionCursor
({ style, variant = "arrow", size = 28, theme: themeOverride, rippleColor, className, }: CursorPro
registry/remocn-ui/cursor/index.tsx:44
FunctionCursorExampleScene
(p: CursorExampleProps = {})
components/docs/examples/cursor-example.tsx:23
FunctionCursorLayer
({ theme, accent, style, }: { theme: "light" | "dark"; accent: string; style: CursorStyle; })
registry/remocn/x-follow-card/index.tsx:653
FunctionCursorMark
()
registry/remocn/logo-enter/index.tsx:56
FunctionCursorPreview
({ variant = "arrow", size = 28, rippleColor, speed = 1, }: CursorPreviewProps)
registry/remocn-ui/cursor/preview.tsx:13
FunctionCustomizerPanel
({ show, values, onChange, }: { show: boolean; values: Record<string, unknown>; onChange: (key: st
app/(home)/stars/components/customizer-panel.tsx:5
FunctionDataFlowPipes
({ nodes = DEFAULT_NODES, edges = DEFAULT_EDGES, pipeColor = "#1f1f23", pulseColor = "#22d3ee", puls
registry/remocn/data-flow-pipes/index.tsx:105
FunctionDefaultChat
()
registry/remocn/chat-to-preview-layout/index.tsx:18
FunctionDefaultPreview
()
registry/remocn/chat-to-preview-layout/index.tsx:70
FunctionDefaultSnapshot
({ theme, speed = 1, }: { theme: TemplateTheme; speed?: number; })
registry/remocn/a1-product-demo/index.tsx:168
FunctionDemoContent
({ layout, theme, }: { layout: SkeletonLayout; theme: RemocnTheme; })
registry/remocn-ui/skeleton/preview.tsx:16
FunctionDemoContent
()
components/docs/examples/backdrop-variants.tsx:6
FunctionDemosRoot
()
src/remotion/demos-root.tsx:72
FunctionDependencies
({ items }: { items: string[] })
components/docs/dependencies.tsx:1
FunctionDetailCard
({ title, rows, icon, reveal, width, }: { title: string; rows: DetailRow[]; icon: "check" | "d
registry/remocn/a1-product-demo/acts/task-mgmt.tsx:169
FunctionDialog
({ state = "closed", style, title = "Edit profile", description = "Make changes to your profile here.
registry/remocn-ui/dialog/index.tsx:74
FunctionDialog
({ ...props }: DialogPrimitive.Root.Props)
components/ui/dialog.tsx:9
FunctionDialogClose
({ ...props }: DialogPrimitive.Close.Props)
components/ui/dialog.tsx:21
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: DialogPrimitive.Popup.Props & { showClos
components/ui/dialog.tsx:41
FunctionDialogDescription
({ className, ...props }: DialogPrimitive.Description.Props)
components/ui/dialog.tsx:131
FunctionDialogExampleScene
(p: DialogExampleProps = {})
components/docs/examples/dialog-example.tsx:19
FunctionDialogFooter
({ className, showCloseButton = false, children, ...props }: React.ComponentProps<"div"> & { showClo
components/ui/dialog.tsx:91
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/dialog.tsx:81
FunctionDialogOverlay
({ className, ...props }: DialogPrimitive.Backdrop.Props)
components/ui/dialog.tsx:25
FunctionDialogPortal
({ ...props }: DialogPrimitive.Portal.Props)
components/ui/dialog.tsx:17
FunctionDialogTitle
({ className, ...props }: DialogPrimitive.Title.Props)
components/ui/dialog.tsx:118
FunctionDialogTrigger
({ ...props }: DialogPrimitive.Trigger.Props)
components/ui/dialog.tsx:13
FunctionDigitColumn
({ value, fontSize, opacity, }: { value: number; fontSize: number; opacity: number; })
registry/remocn/number-wheel/index.tsx:65
FunctionDigitColumn
({ value, fontSize, reveal, }: { value: number; fontSize: number; reveal: number; })
registry/remocn/rolling-number/index.tsx:74
FunctionDiscordMark
()
registry/remocn/ecosystem-constellation/index.tsx:110
FunctionDither
({ waveSpeed = 0.05, waveFrequency = 3, waveAmplitude = 0.3, waveColor = [0.5, 0.5, 0.5], colorNum =
components/Dither.tsx:300
FunctionDitherDissolveExampleScene
({ shape, colorBack, colorFront, speed, }: DitherDissolveExampleProps)
components/docs/examples/dither-dissolve-example.tsx:41
FunctionDitherDissolvePresentation
({ children, presentationProgress, presentationDirection, passedProps, })
registry/remocn/dither-dissolve/index.tsx:37
FunctionDitheredWaves
({ waveSpeed, waveFrequency, waveAmplitude, waveColor, colorNum, pixelSize, disableAnimation,
components/Dither.tsx:191
FunctionDocIcon
({ color }: { color: string })
registry/remocn/a1-product-demo/acts/task-mgmt.tsx:85
FunctionDocsAdRail
()
components/docs/docs-ad-rail.tsx:5
FunctionDocsHeader
()
components/docs/docs-header.tsx:33
FunctionDocsShell
({ componentsTree, primitivesTree, shadersTree, children, }: { componentsTree: Root; primitivesTre
components/docs/docs-shell.tsx:34
FunctionDocsSponsor
()
components/docs/docs-sponsor.tsx:8
FunctionDocsTabs
({ className }: { className?: string })
components/docs/docs-tabs.tsx:17
FunctionDocsTabsBar
()
components/docs/docs-tabs-bar.tsx:21
← previousnext →601–700 of 1,372, ranked by callers