MCPcopy Create free account

hub / github.com/Remocn/remocn / functions

Functions1,372 in github.com/Remocn/remocn

FunctionGrokMark
()
registry/remocn/logo-enter/index.tsx:62
FunctionHeadWord
({ text, index, f, fps, }: { text: string; index: number; f: number; fps: number; })
registry/remocn/a1-product-demo/acts/icon-cloud.tsx:264
FunctionHeaderActions
()
app/(home)/components/header-parts.tsx:39
FunctionHeaderLogo
()
app/(home)/components/header-parts.tsx:20
FunctionHeartGlyph
({ size, accent, draw, fill, }: { size: number; accent: string; draw: number; fill: number; })
registry/remocn/github-sponsors/index.tsx:348
FunctionHero
()
app/(home)/components/sections/hero.tsx:14
FunctionHero
()
app/(home)/sponsors/components/sections/hero.tsx:29
FunctionHoverCard
({ ...props }: PreviewCardPrimitive.Root.Props)
components/ui/hover-card.tsx:7
FunctionHoverCardContent
({ className, side = "bottom", sideOffset = 4, align = "center", alignOffset = 4, ...props }: Prev
components/ui/hover-card.tsx:17
FunctionHoverCardTrigger
({ ...props }: PreviewCardPrimitive.Trigger.Props)
components/ui/hover-card.tsx:11
FunctionIconButton
({ size, border, children, }: { size: number; border: string; children: React.ReactNode; })
registry/remocn/claude-chat/index.tsx:196
FunctionIconCloud
({ speed = 1 }: { speed?: number })
registry/remocn/a1-product-demo/acts/icon-cloud.tsx:301
FunctionIdleView
({ inputValue, onInputChange, onSubmit, canGenerate, zeroStars, }: { inputValue: string; onInput
app/(home)/stars/components/idle-view.tsx:4
FunctionImageIcon
({ size, color }: { size: number; color: string })
registry/remocn/chat-gpt/index.tsx:187
FunctionImessageChatFlow
({ messages = DEFAULT_MESSAGES, contact, accentColor, speed = 1, }: ImessageChatFlowProps)
registry/remocn-ui/imessage-chat-flow/index.tsx:219
FunctionImessageChatFlowExampleScene
()
components/docs/examples/imessage-chat-flow-example.tsx:5
FunctionImessageRow
({ item, eff, contact, accent, showDelivered, }: { item: ScheduledMessage; eff: number; contac
registry/remocn-ui/imessage-chat-flow/index.tsx:433
FunctionInfiniteBentoPan
({ panSpeed = 1, accentColor = "#7c3aed", speed = 1, className, }: InfiniteBentoPanProps)
registry/remocn/infinite-bento-pan/index.tsx:424
FunctionInfiniteMarquee
({ text = "ship · build · animate · ", fontSize = 120, color = "#171717", fontWeight = 900, pixelsPe
registry/remocn/infinite-marquee/index.tsx:17
FunctionInlineHighlight
({ before, highlight, after = "", baseColor = "#171717", highlightColor = "#ff5e3a", fontSize = 48
registry/remocn/inline-highlight/index.tsx:22
FunctionInput
({ state = "idle", style, placeholder = "you@example.com", value = "remotion@remocn.dev", size = "de
registry/remocn-ui/input/index.tsx:150
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
components/ui/input.tsx:6
FunctionInputExampleScene
(p: InputExampleProps = {})
components/docs/examples/input-example.tsx:17
FunctionInputGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/input-group.tsx:10
FunctionInputGroupAddon
({ className, align = "inline-start", ...props }: React.ComponentProps<"div"> & VariantProps<typeof inpu
components/ui/input-group.tsx:43
FunctionInputGroupButton
({ className, type = "button", variant = "ghost", size = "xs", ...props }: Omit<React.ComponentProps
components/ui/input-group.tsx:82
FunctionInputGroupInput
({ className, ...props }: React.ComponentProps<"input">)
components/ui/input-group.tsx:115
FunctionInputGroupText
({ className, ...props }: React.ComponentProps<"span">)
components/ui/input-group.tsx:103
FunctionInputGroupTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
components/ui/input-group.tsx:131
FunctionInputOTP
({ className, containerClassName, ...props }: React.ComponentProps<typeof OTPInput> & { containerClass
components/ui/input-otp.tsx:8
FunctionInputOTPGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/input-otp.tsx:29
FunctionInputOTPSeparator
({ ...props }: React.ComponentProps<"div">)
components/ui/input-otp.tsx:72
FunctionInputOTPSlot
({ index, className, ...props }: React.ComponentProps<"div"> & { index: number; })
components/ui/input-otp.tsx:42
FunctionInstallAll
()
components/docs/install-all.tsx:5
FunctionInstallAll
()
app/(home)/components/install-all.tsx:9
FunctionInstallBlock
({ name }: { name: string })
components/docs/install-block.tsx:4
FunctionInstallCommand
({ command, size, className, }: InstallCommandProps)
app/(home)/components/install-command.tsx:39
FunctionInstallPill
Copyable `npx shadcn add` pill shown in each card footer.
app/(home)/components/sections/bento-registry.tsx:20
FunctionIntegrations
({ speed = 1 }: { speed?: number })
registry/remocn/a1-product-demo/acts/integrations.tsx:14
FunctionInteractiveCode
()
app/(home)/components/sections/interactive-code.tsx:255
FunctionItem
({ className, variant = "default", size = "default", render, ...props }: useRender.ComponentProps<"d
components/ui/item.tsx:58
FunctionItemActions
({ className, ...props }: React.ComponentProps<"div">)
components/ui/item.tsx:153
FunctionItemContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/item.tsx:114
FunctionItemDescription
({ className, ...props }: React.ComponentProps<"p">)
components/ui/item.tsx:140
FunctionItemFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/item.tsx:176
FunctionItemGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/item.tsx:8
FunctionItemHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/item.tsx:163
FunctionItemMedia
({ className, variant = "default", ...props }: React.ComponentProps<"div"> & VariantProps<typeof itemMed
components/ui/item.tsx:99
FunctionItemSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
components/ui/item.tsx:22
FunctionItemTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/item.tsx:127
FunctionKbd
({ className, ...props }: React.ComponentProps<"kbd">)
components/ui/kbd.tsx:3
FunctionKbdGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/kbd.tsx:16
FunctionKebab
()
registry/remocn/a1-product-demo/acts/ai-planning.tsx:90
FunctionKineticCenterBuild
({ text, entryOffset = 88, fontSize = 72, color = "#171717", fontWeight = 600, speed = 1, classN
registry/remocn/kinetic-center-build/index.tsx:36
FunctionLabel
({ children }: { children: ReactNode })
registry/remocn/a1-product-demo/acts/metrics-cards.tsx:68
FunctionLabel
({ className, ...props }: React.ComponentProps<"label">)
components/ui/label.tsx:7
FunctionLandingPartners
()
app/(home)/components/sections/landing-partners.tsx:35
FunctionLayout
({ children }: { children: ReactNode })
app/(home)/layout.tsx:6
FunctionLayout
({ children }: { children: ReactNode })
app/docs/layout.tsx:9
FunctionLayoutPlaceholder
({ layout, speed, baseColor, }: { layout: SkeletonLayout; speed?: number; baseColor: string; })
registry/remocn-ui/skeleton/index.tsx:36
FunctionLight
({ color }: { color: string })
registry/remocn/terminal-simulator/index.tsx:209
FunctionLight
({ color }: { color: string })
registry/remocn/glass-code-block/index.tsx:211
FunctionLineByLineSlide
({ text, distance = 48, fontSize = 72, color = "#171717", fontWeight = 600, speed = 1, className
registry/remocn/line-by-line-slide/index.tsx:15
FunctionLinearMark
()
registry/remocn/ecosystem-constellation/index.tsx:61
FunctionLinkIcon
({ color }: { color: string })
registry/remocn/x-follow-card/index.tsx:389
FunctionLiveCodeCompilation
({ accentColor = "#3b82f6", speed = 1, className, }: LiveCodeCompilationProps)
registry/remocn/live-code-compilation/index.tsx:110
FunctionLogoCard
({ accent, hue }: { accent: string; hue: number })
registry/remocn/infinite-bento-pan/index.tsx:244
FunctionLogoEnter
({ logos = SAMPLE_LOGOS, diameter = 118, overlap = 38, ringColor = "#fff", orientation = "horizontal
registry/remocn/logo-enter/index.tsx:82
FunctionLogoOutro
({ speed = 1 }: { speed?: number })
registry/remocn/a1-product-demo/acts/logo-outro.tsx:38
FunctionMarkerHighlight
({ before = "", highlight, after = "", markerColor = "#facc15", baseColor = "#171717", highlighted
registry/remocn/marker-highlight/index.tsx:24
FunctionMarqueeRow
({ items, reverse = false, }: { items: Testimonial[]; reverse?: boolean; })
app/(home)/components/sections/testimonials.tsx:32
FunctionMascot
({ accent, size = 96 }: { accent: string; size?: number })
registry/remocn/claude-code/index.tsx:96
FunctionMaskRevealUp
({ text, distance = 30, fontSize = 72, color = "#171717", fontWeight = 600, speed = 1, className
registry/remocn/mask-reveal-up/index.tsx:15
FunctionMatrixDecode
({ text, charset = "!@#$%^&*()_+-=<>?/\\|", fontSize = 72, color = "#22c55e", fontWeight = 600, re
registry/remocn/matrix-decode/index.tsx:16
FunctionMenubar
({ className, ...props }: MenubarPrimitive.Props)
components/ui/menubar.tsx:24
FunctionMenubarCheckboxItem
({ className, children, checked, inset, ...props }: MenuPrimitive.CheckboxItem.Props & { inset?: b
components/ui/menubar.tsx:108
FunctionMenubarContent
({ className, align = "start", alignOffset = -4, sideOffset = 8, ...props }: React.ComponentProps<ty
components/ui/menubar.tsx:66
FunctionMenubarGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuGroup>)
components/ui/menubar.tsx:38
FunctionMenubarItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuItem>)
components/ui/menubar.tsx:88
FunctionMenubarLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuLabel> & { inset?: boolean; }
components/ui/menubar.tsx:172
FunctionMenubarMenu
({ ...props }: React.ComponentProps<typeof DropdownMenu>)
components/ui/menubar.tsx:34
FunctionMenubarPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPortal>)
components/ui/menubar.tsx:44
FunctionMenubarRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuRadioGroup>)
components/ui/menubar.tsx:138
FunctionMenubarRadioItem
({ className, children, inset, ...props }: MenuPrimitive.RadioItem.Props & { inset?: boolean; })
components/ui/menubar.tsx:144
FunctionMenubarSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuSeparator>)
components/ui/menubar.tsx:192
FunctionMenubarShortcut
({ className, ...props }: React.ComponentProps<typeof DropdownMenuShortcut>)
components/ui/menubar.tsx:205
FunctionMenubarSub
({ ...props }: React.ComponentProps<typeof DropdownMenuSub>)
components/ui/menubar.tsx:221
FunctionMenubarSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuSubContent>)
components/ui/menubar.tsx:247
FunctionMenubarSubTrigger
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuSubTrigger> & { inset?: boole
components/ui/menubar.tsx:227
FunctionMenubarTrigger
({ className, ...props }: React.ComponentProps<typeof DropdownMenuTrigger>)
components/ui/menubar.tsx:50
FunctionMeshGradientBg
({ colors = ["#ff0080", "#7928ca", "#00d4ff", "#ffb800"], speed = 1, background = "#0a0a0a", blur = 80
registry/remocn/mesh-gradient-bg/index.tsx:13
FunctionMessage
({ className, align = "start", ...props }: React.ComponentProps<"div"> & { align?: "start" | "end" })
components/ui/message.tsx:15
FunctionMessageAvatar
({ className, ...props }: React.ComponentProps<"div">)
components/ui/message.tsx:33
FunctionMessageBubble
({ state = "hidden", style, variant = "incoming", children, reaction, reactionStyle, maxWidth =
registry/remocn-ui/message-bubble/index.tsx:87
FunctionMessageBubbleExampleScene
( p: MessageBubbleExampleProps = {}, )
components/docs/examples/message-bubble-example.tsx:22
FunctionMessageBubblePreview
({ text = "Yep, pushing it live now", variant = "incoming", reaction = "🔥", state = "visible", }: Mess
registry/remocn-ui/message-bubble/preview.tsx:16
FunctionMessageButton
({ layout, theme, }: { layout: { x: number; y: number; size: number }; theme: Theme; })
registry/remocn/x-follow-card/index.tsx:485
FunctionMessageContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/message.tsx:46
FunctionMessageFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/message.tsx:72
FunctionMessageGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/message.tsx:5
← previousnext →801–900 of 1,372, ranked by callers