MCPcopy Create free account

hub / github.com/Remocn/remocn / functions

Functions1,372 in github.com/Remocn/remocn

FunctionDots
({ color }: { color: string })
registry/remocn/a1-product-demo/acts/task-mgmt.tsx:105
FunctionDoubleCheck
({ color }: { color: string })
registry/remocn-ui/telegram-chat-flow/index.tsx:199
FunctionDraggableNumber
Horizontal-drag number, with click-to-type and keyboard nudge.
app/(home)/components/sections/interactive-code.tsx:31
FunctionDrawer
({ state = "closed", style, title = "Edit profile", description = "Make changes to your profile here.
registry/remocn-ui/drawer/index.tsx:71
FunctionDrawer
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
components/ui/drawer.tsx:8
FunctionDrawerClose
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Close>)
components/ui/drawer.tsx:26
FunctionDrawerContent
({ className, children, ...props }: React.ComponentProps<typeof DrawerPrimitive.Content>)
components/ui/drawer.tsx:48
FunctionDrawerDescription
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Description>)
components/ui/drawer.tsx:110
FunctionDrawerExampleScene
(p: DrawerExampleProps = {})
components/docs/examples/drawer-example.tsx:19
FunctionDrawerFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/drawer.tsx:84
FunctionDrawerHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/drawer.tsx:71
FunctionDrawerOverlay
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Overlay>)
components/ui/drawer.tsx:32
FunctionDrawerPortal
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Portal>)
components/ui/drawer.tsx:20
FunctionDrawerTitle
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Title>)
components/ui/drawer.tsx:94
FunctionDrawerTrigger
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Trigger>)
components/ui/drawer.tsx:14
FunctionDropdownMenu
({ state = "closed", style, label = "Options", items = ["Profile", "Billing", "Settings", "Log out"],
registry/remocn-ui/dropdown-menu/index.tsx:88
FunctionDropdownMenu
({ ...props }: MenuPrimitive.Root.Props)
components/ui/dropdown-menu.tsx:8
FunctionDropdownMenuCheckboxItem
({ className, children, checked, inset, ...props }: MenuPrimitive.CheckboxItem.Props & { inset?: b
components/ui/dropdown-menu.tsx:153
FunctionDropdownMenuContent
({ align = "start", alignOffset = 0, side = "bottom", sideOffset = 4, className, ...props }: MenuP
components/ui/dropdown-menu.tsx:20
FunctionDropdownMenuExampleScene
(p: DropdownMenuExampleProps = {})
components/docs/examples/dropdown-menu-example.tsx:15
FunctionDropdownMenuGroup
({ ...props }: MenuPrimitive.Group.Props)
components/ui/dropdown-menu.tsx:54
FunctionDropdownMenuItem
({ style, state = "idle", label = "Profile", width = ROW_WIDTH, theme: themeOverride, className, }
registry/remocn-ui/dropdown-menu-item/index.tsx:91
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: MenuPrimitive.Item.Props & { inset?: boolean;
components/ui/dropdown-menu.tsx:78
FunctionDropdownMenuItemRow
({ style, state = "idle", label = "Profile", width = ROW_WIDTH, theme: themeOverride, }: DropdownMen
registry/remocn-ui/dropdown-menu-item/index.tsx:55
FunctionDropdownMenuLabel
({ className, inset, ...props }: MenuPrimitive.GroupLabel.Props & { inset?: boolean; })
components/ui/dropdown-menu.tsx:58
FunctionDropdownMenuPortal
({ ...props }: MenuPrimitive.Portal.Props)
components/ui/dropdown-menu.tsx:12
FunctionDropdownMenuRadioGroup
({ ...props }: MenuPrimitive.RadioGroup.Props)
components/ui/dropdown-menu.tsx:186
FunctionDropdownMenuRadioItem
({ className, children, inset, ...props }: MenuPrimitive.RadioItem.Props & { inset?: boolean; })
components/ui/dropdown-menu.tsx:195
FunctionDropdownMenuSeparator
({ className, ...props }: MenuPrimitive.Separator.Props)
components/ui/dropdown-menu.tsx:226
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
components/ui/dropdown-menu.tsx:239
FunctionDropdownMenuSub
({ ...props }: MenuPrimitive.SubmenuRoot.Props)
components/ui/dropdown-menu.tsx:101
FunctionDropdownMenuSubContent
({ align = "start", alignOffset = -3, side = "right", sideOffset = 0, className, ...props }: React
components/ui/dropdown-menu.tsx:129
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: MenuPrimitive.SubmenuTrigger.Props & { inset?: boolean; }
components/ui/dropdown-menu.tsx:105
FunctionDropdownMenuTrigger
({ ...props }: MenuPrimitive.Trigger.Props)
components/ui/dropdown-menu.tsx:16
FunctionDynamicGrid
({ cellSize = 40, lineColor = "#27272a", background = "#0a0a0a", speed = 0.5, direction = "diagonal"
registry/remocn/dynamic-grid/index.tsx:14
FunctionEcosystemConstellation
({ satelliteCount = 6, centerLabel = "V", accentColor = "#a855f7", speed = 1, className, }: Ecosyste
registry/remocn/ecosystem-constellation/index.tsx:137
FunctionEditableString
Quoted string value that becomes an inline input on click.
app/(home)/components/sections/interactive-code.tsx:146
FunctionElasticSlider
({ label, value: valueProp, defaultValue, onValueChange, min = 0, max = 1, step = 0.01, form
components/ui/elastic-slider.tsx:87
FunctionEmpty
({ className, ...props }: React.ComponentProps<"div">)
components/ui/empty.tsx:5
FunctionEmptyContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/empty.tsx:84
FunctionEmptyDescription
({ className, ...props }: React.ComponentProps<"p">)
components/ui/empty.tsx:71
FunctionEmptyHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/empty.tsx:18
FunctionEmptyMedia
({ className, variant = "default", ...props }: React.ComponentProps<"div"> & VariantProps<typeof emptyMe
components/ui/empty.tsx:43
FunctionEmptyTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/empty.tsx:58
FunctionExpandGlyph
()
registry/remocn/a1-product-demo/acts/ai-planning.tsx:47
FunctionExportControls
({ exporting, exportProgress, onDownload, onCancelExport, }: { exporting: boolean; exportProgress:
app/(home)/stars/components/export-controls.tsx:7
FunctionFadeThrough
({ fromText, toText, fontSize = 72, color = "#171717", fontWeight = 600, speed = 1, className, }
registry/remocn/fade-through/index.tsx:15
FunctionFadeThroughExampleScene
()
components/docs/examples/fade-through-example.tsx:6
FunctionFadeUp
({ children, delay = 0, className = "", }: { children: ReactNode; delay?: number; className?: stri
app/(home)/components/fade-up.tsx:7
FunctionFeatureFrame
({ title, bullet, side, frame, accent, theme, header, speed = 1, }: FeatureFrameProps)
registry/remocn/a1-product-demo/feature-frame.tsx:26
FunctionFeaturedStep
({ step, delay, className, }: { step: Step; delay: number; className?: string; })
app/(home)/components/sections/get-started.tsx:62
FunctionFeaturesSwap
({ speed = 1 }: { speed?: number })
registry/remocn/a1-product-demo/acts/features-swap.tsx:20
FunctionField
({ children, gap = 6, style }: FieldProps)
registry/remocn-ui/field/index.tsx:26
FunctionField
({ className, orientation = "vertical", ...props }: React.ComponentProps<"div"> & VariantProps<typeof fi
components/ui/field.tsx:71
FunctionFieldContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/field.tsx:87
FunctionFieldControl
({ children, height = 40, style }: FieldControlProps)
registry/remocn-ui/field/index.tsx:93
FunctionFieldDescription
({ children, align = "start", theme, style, }: FieldDescriptionProps)
registry/remocn-ui/field/index.tsx:65
FunctionFieldDescription
({ className, ...props }: React.ComponentProps<"p">)
components/ui/field.tsx:130
FunctionFieldError
({ className, children, errors, ...props }: React.ComponentProps<"div"> & { errors?: Array<{ message
components/ui/field.tsx:175
FunctionFieldGroup
({ children, gap = 16, style }: FieldGroupProps)
registry/remocn-ui/field/index.tsx:12
FunctionFieldGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/field.tsx:40
FunctionFieldLabel
({ children, theme, style }: FieldLabelProps)
registry/remocn-ui/field/index.tsx:40
FunctionFieldLabel
({ className, ...props }: React.ComponentProps<typeof Label>)
components/ui/field.tsx:100
FunctionFieldLegend
({ className, variant = "legend", ...props }: React.ComponentProps<"legend"> & { variant?: "legend" | "l
components/ui/field.tsx:22
FunctionFieldSeparator
({ children, className, ...props }: React.ComponentProps<"div"> & { children?: React.ReactNode; })
components/ui/field.tsx:145
FunctionFieldSet
({ className, ...props }: React.ComponentProps<"fieldset">)
components/ui/field.tsx:9
FunctionFieldTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/field.tsx:117
FunctionFigmaMark
({ size }: { size: number })
registry/remocn/a1-product-demo/acts/integrations.tsx:121
FunctionFigmaMark
()
registry/remocn/ecosystem-constellation/index.tsx:82
FunctionFillLayer
({ fill }: { fill: BackdropFill })
registry/remocn/backdrop/index.tsx:22
FunctionFinalCTA
()
app/(home)/components/sections/final-cta.tsx:18
FunctionFlagIcon
({ color }: { color: string })
registry/remocn/a1-product-demo/acts/task-mgmt.tsx:45
FunctionFlowithDemo
({ speed = 1 }: { speed?: number })
registry/remocn/a1-product-demo/flowith-demo.tsx:20
FunctionFlowithLogo
({ size }: { size: number })
registry/remocn/a1-product-demo/acts/positioning.tsx:19
FunctionFlowithLogo
({ size }: { size: number })
registry/remocn/a1-product-demo/acts/logo-outro.tsx:12
FunctionFlowithMark
({ size }: { size: number })
registry/remocn/a1-product-demo/acts/integrations.tsx:156
FunctionFocusAnalytics
({ speed = 1 }: { speed?: number })
registry/remocn/a1-product-demo/acts/focus-analytics.tsx:26
FunctionFocusBlurResolve
({ text, blur = 14, fontSize = 72, color = "#171717", fontWeight = 600, speed = 1, className, }:
registry/remocn/focus-blur-resolve/index.tsx:15
FunctionFocusPullExampleScene
({ blur }: FocusPullExampleProps)
components/docs/examples/focus-pull-example.tsx:38
FunctionFocusPullPresentation
({ children, presentationProgress, presentationDirection, passedProps, })
registry/remocn/focus-pull/index.tsx:21
FunctionFollowButton
({ frame, speed, accent, theme, layout, pressScale, }: { frame: number; speed: number; accen
registry/remocn/x-follow-card/index.tsx:407
FunctionGET
( _request: Request, { params }: { params: Promise<{ jobId: string }> }, )
app/api/render/[jobId]/download/route.ts:24
FunctionGeneratingView
({ reduced, onCancel, }: { reduced: boolean; onCancel: () => void; })
app/(home)/stars/components/generating-view.tsx:6
FunctionGetStarted
()
app/(home)/components/sections/get-started.tsx:121
FunctionGitHubIcon
({ className }: { className?: string })
app/(home)/components/github-button.tsx:30
FunctionGitHubMark
()
registry/remocn/ecosystem-constellation/index.tsx:20
FunctionGitHubSponsors
({ account = "remocn", sponsors = SAMPLE_SPONSORS, accentColor = "#db61a2", speed = 1, theme = "ligh
registry/remocn/github-sponsors/index.tsx:383
FunctionGitHubStars
({ repo = "remotion-dev/remotion", totalStars = 24813, stargazers = SAMPLE_STARGAZERS, orientation = "
registry/remocn/github-stars/index.tsx:938
FunctionGithubButton
()
app/(home)/components/github-button.tsx:6
FunctionGithubMark
({ size }: { size: number })
registry/remocn/a1-product-demo/acts/integrations.tsx:92
FunctionGlassCodeBlock
({ code = DEFAULT_CODE, title = "hero.tsx", width = 760, height = 460, fontSize = 16, glassColor =
registry/remocn/glass-code-block/index.tsx:96
FunctionGlassCodeWalk
({ code = DEFAULT_CODE, title = "scene.tsx", width = 880, height = 420, fontSize = 18, staggerFram
registry/remocn/glass-code-walk/index.tsx:41
FunctionGlobeIcon
({ size, color }: { size: number; color: string })
registry/remocn/chat-gpt/index.tsx:234
FunctionGlyph
({ kind, color }: { kind: ChipKind; color: string })
registry/remocn/a1-product-demo/acts/icon-cloud.tsx:94
FunctionGlyph
({ kind, size, }: { kind: (typeof ICONS)[number]; size: number; })
registry/remocn/a1-product-demo/acts/integrations.tsx:78
FunctionGradientCard
({ hue }: { hue: number })
registry/remocn/infinite-bento-pan/index.tsx:268
FunctionGrainDissolveExampleScene
({ shape, noise, zoom, colorBack, speed, }: GrainDissolveExampleProps)
components/docs/examples/grain-dissolve-example.tsx:46
FunctionGrainDissolvePresentation
({ children, presentationProgress, presentationDirection, passedProps, })
registry/remocn/grain-dissolve/index.tsx:32
FunctionGraphNode
({ spec }: { spec: NodeSpec })
registry/remocn/a1-product-demo/acts/workflow-auto.tsx:76
FunctionGridGlyph
({ size, color }: { size: number; color: string })
registry/remocn/a1-product-demo/acts/problem-hook.tsx:76
← previousnext →701–800 of 1,372, ranked by callers