MCPcopy Create free account

hub / github.com/Remocn/remocn / functions

Functions1,372 in github.com/Remocn/remocn

FunctionProgressValue
({ className, ...props }: ProgressPrimitive.Value.Props)
components/ui/progress.tsx:64
FunctionPropsTable
({ rows }: { rows: PropDef[] })
components/docs/props-table.tsx:9
FunctionPushThroughExampleScene
({ zoom, blur, }: PushThroughExampleProps)
components/docs/examples/push-through-example.tsx:39
FunctionPushThroughPresentation
({ children, presentationProgress, presentationDirection, passedProps, })
registry/remocn/push-through/index.tsx:22
FunctionRGBGlitchText
({ text, fontSize = 96, color = "#171717", fontWeight = 700, glitchAt = 20, glitchDuration = 8,
registry/remocn/rgb-glitch-text/index.tsx:18
FunctionRadio
({ state = "unchecked", style, label, size = "default", theme: themeOverride, primary, className
registry/remocn-ui/radio/index.tsx:68
FunctionRadioExampleScene
(p: RadioExampleProps = {})
components/docs/examples/radio-example.tsx:14
FunctionRadioGroup
({ className, ...props }: RadioGroupPrimitive.Props)
components/ui/radio-group.tsx:8
FunctionRadioGroupItem
({ className, ...props }: RadioPrimitive.Root.Props)
components/ui/radio-group.tsx:18
FunctionReactDark
(props: SVGProps<SVGSVGElement>)
components/ui/svgs/reactDark.tsx:3
FunctionReactLight
(props: SVGProps<SVGSVGElement>)
components/ui/svgs/reactLight.tsx:3
FunctionReactWordmarkDark
(props: SVGProps<SVGSVGElement>)
components/ui/svgs/reactWordmarkDark.tsx:3
FunctionReactWordmarkLight
(props: SVGProps<SVGSVGElement>)
components/ui/svgs/reactWordmarkLight.tsx:3
FunctionReadyFooter
({ onReset, exporting, exportProgress, onDownload, onCancelExport, }: { onReset: () => void; exp
app/(home)/stars/components/ready-footer.tsx:9
FunctionReadyView
({ entry, inputProps, repo, totalStars, truncated, reduced, orientation, onOrientationChange,
app/(home)/stars/components/ready-view.tsx:14
FunctionRemocnUIProvider
({ theme, mode, children, }: RemocnUIProviderProps)
registry/remocn-ui/core/theme.ts:88
FunctionRemotion
(props: SVGProps<SVGSVGElement>)
components/ui/svgs/remotion.tsx:3
FunctionRemotionRoot
()
src/remotion/Root.tsx:28
FunctionRepoInputForm
({ inputValue, onInputChange, onSubmit, canGenerate, }: { inputValue: string; onInputChange: (v: s
app/(home)/stars/components/repo-input-form.tsx:5
FunctionRepoTitle
({ repo, totalStars, }: { repo: string; totalStars: number; })
app/(home)/stars/components/repo-title.tsx:4
FunctionResizable
({ first, second, direction = "horizontal", ratio = 0.5, handleState = "idle", style, minRatio =
registry/remocn-ui/resizable/index.tsx:108
FunctionResizableExampleScene
(p: ResizableExampleProps = {})
components/docs/examples/resizable-example.tsx:20
FunctionResizableHandle
({ withHandle, className, ...props }: ResizablePrimitive.SeparatorProps & { withHandle?: boolean; })
components/ui/resizable.tsx:27
FunctionResizablePanel
({ ...props }: ResizablePrimitive.PanelProps)
components/ui/resizable.tsx:23
FunctionResizablePanelGroup
({ className, ...props }: ResizablePrimitive.GroupProps)
components/ui/resizable.tsx:7
FunctionRippleZoomExampleScene
({ zoom, intensity, softness, colorBack, speed, }: RippleZoomExampleProps)
components/docs/examples/ripple-zoom-example.tsx:41
FunctionRippleZoomPresentation
({ children, presentationProgress, presentationDirection, passedProps, })
registry/remocn/ripple-zoom/index.tsx:30
FunctionRollingNumber
({ from = 0, to = 24813, fontSize = 120, color = "#171717", speed = 1, }: RollingNumberProps)
registry/remocn/rolling-number/index.tsx:117
FunctionRollingNumberConfettiExampleScene
()
components/docs/examples/rolling-number-confetti-example.tsx:7
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:64
FunctionSamplePost
({ name, handle, avatarUrl, accent, theme, }: { name: string; handle: string; avatarUrl: strin
registry/remocn/x-follow-card/index.tsx:578
FunctionScaleDownFade
({ text, fontSize = 72, color = "#171717", fontWeight = 600, speed = 1, className, }: ScaleDownFad
registry/remocn/scale-down-fade/index.tsx:14
FunctionScene
({ label }: { label: string })
components/docs/examples/ripple-zoom-example.tsx:10
FunctionScene
({ label, background }: { label: string; background: string })
components/docs/examples/warp-dissolve-example.tsx:11
FunctionScene
({ label, background }: { label: string; background: string })
components/docs/examples/perlin-dissolve-example.tsx:11
FunctionScene
({ label, background }: { label: string; background: string })
components/docs/examples/smoke-dissolve-example.tsx:10
FunctionScene
({ label }: { label: string })
components/docs/examples/wave-wipe-example.tsx:11
FunctionScene
({ label, background }: { label: string; background: string })
components/docs/examples/push-through-example.tsx:10
FunctionScene
({ label, background }: { label: string; background: string })
components/docs/examples/whip-pan-example.tsx:10
FunctionScene
({ label, background }: { label: string; background: string })
components/docs/examples/grain-dissolve-example.tsx:14
FunctionScene
({ label, background }: { label: string; background: string })
components/docs/examples/dither-dissolve-example.tsx:10
FunctionScene
({ label, background }: { label: string; background: string })
components/docs/examples/focus-pull-example.tsx:10
FunctionScene
({ label, background }: { label: string; background?: string })
components/docs/examples/swirl-dissolve-example.tsx:10
FunctionSceneBackground
({ scene, theme, background, }: { scene: ProductDemoScene; theme: TemplateTheme; background: Backg
registry/remocn/a1-product-demo/index.tsx:103
FunctionSceneContent
({ scene, theme, speed, }: { scene: ProductDemoScene; theme: TemplateTheme; speed: number; })
registry/remocn/a1-product-demo/index.tsx:274
FunctionScenePlayer
({ entry }: { entry: SceneEntry | undefined })
app/(home)/components/sections/ui-registry.tsx:70
FunctionScrollArea
({ className, children, ...props }: ScrollAreaPrimitive.Root.Props)
components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = "vertical", ...props }: ScrollAreaPrimitive.Scrollbar.Props)
components/ui/scroll-area.tsx:31
FunctionSectionHeading
({ eyebrow, title, lead, action, align = "start", className, }: { eyebrow?: string; title: Rea
app/(home)/components/section-heading.tsx:11
FunctionSelect
({ state = "closed", style, label = "Select a fruit", triggerStyle, items = ["Apple", "Banana", "Ora
registry/remocn-ui/select/index.tsx:100
FunctionSelectContent
({ className, children, side = "bottom", sideOffset = 4, align = "center", alignOffset = 0, alig
components/ui/select.tsx:58
FunctionSelectExampleScene
(p: SelectExampleProps = {})
components/docs/examples/select-example.tsx:14
FunctionSelectGroup
({ className, ...props }: SelectPrimitive.Group.Props)
components/ui/select.tsx:10
FunctionSelectItem
({ state = "idle", style, label = "Banana", width = ROW_WIDTH, theme: themeOverride, className, }:
registry/remocn-ui/select-item/index.tsx:144
FunctionSelectItem
({ className, children, ...props }: SelectPrimitive.Item.Props)
components/ui/select.tsx:113
FunctionSelectItemRow
({ style, state = "idle", ctx, label, width, radius, check, }: SelectItemRowProps)
registry/remocn-ui/select-item/index.tsx:95
FunctionSelectLabel
({ className, ...props }: SelectPrimitive.GroupLabel.Props)
components/ui/select.tsx:100
FunctionSelectPill
({ id, ctrl, value, onChange, }: { id: string; ctrl: Extract<ControlType, { type: "select" }>; v
components/docs/component-customizer.tsx:22
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownArrow>)
components/ui/select.tsx:175
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpArrow>)
components/ui/select.tsx:157
FunctionSelectSeparator
({ className, ...props }: SelectPrimitive.Separator.Props)
components/ui/select.tsx:141
FunctionSelectTrigger
({ className, size = "default", children, ...props }: SelectPrimitive.Trigger.Props & { size?: "sm"
components/ui/select.tsx:30
FunctionSelectValue
({ className, ...props }: SelectPrimitive.Value.Props)
components/ui/select.tsx:20
FunctionSendIcon
({ size }: { size: number })
registry/remocn/claude-chat/index.tsx:181
FunctionSendIcon
({ color }: { color: string })
registry/remocn-ui/chat-flow/index.tsx:226
FunctionSeparator
({ className, orientation = "horizontal", ...props }: SeparatorPrimitive.Props)
components/ui/separator.tsx:7
FunctionSettingsToggleFlow
({ title = "Notification settings", description = "Manage how you receive alerts, set your theme, and tune
registry/remocn-ui/settings-toggle-flow/index.tsx:83
FunctionSettingsToggleFlowExampleScene
()
components/docs/examples/settings-toggle-flow-example.tsx:5
FunctionShadcnUi
(props: SVGProps<SVGSVGElement>)
components/ui/svgs/shadcnUi.tsx:3
FunctionShadcnUiDark
(props: SVGProps<SVGSVGElement>)
components/ui/svgs/shadcnUiDark.tsx:3
FunctionShaderColorPanels
({ speed = 1, colors = NEUTRAL_COLORS, colorBack = "#12121a", density = 3, length = 1.1, className
registry/remocn/shader-color-panels/index.tsx:20
FunctionShaderDithering
({ speed = 1, colorBack = "#12121a", colorFront = "#6a6a85", shape = "wave", type = "4x4", size =
registry/remocn/shader-dithering/index.tsx:15
FunctionShaderDotOrbit
({ speed = 1, colorBack = "#12121a", colors = NEUTRAL_COLORS, size = 1, spreading = 1, className,
registry/remocn/shader-dot-orbit/index.tsx:17
FunctionShaderGodRays
({ speed = 1, colorBack = "#12121a", colorBloom = "#3a3a5c", colors = NEUTRAL_COLORS, intensity = 0.
registry/remocn/shader-god-rays/index.tsx:17
FunctionShaderGrainGradient
({ speed = 1, colors = NEUTRAL_COLORS, colorBack = "#12121a", softness = 0.6, intensity = 0.2, noi
registry/remocn/shader-grain-gradient/index.tsx:20
FunctionShaderLiquidMetal
({ speed = 1, colorBack = "#2a2a30", colorTint = "#8a8a95", distortion = 0.1, repetition = 1.5, co
registry/remocn/shader-liquid-metal/index.tsx:18
FunctionShaderMeshGradient
({ speed = 1, colors = NEUTRAL_COLORS, distortion = 0.6, swirl = 0.1, className, ...rest }: Shader
registry/remocn/shader-mesh-gradient/index.tsx:20
FunctionShaderMetaballs
({ speed = 1, colorBack = "#12121a", colors = NEUTRAL_COLORS, count = 10, size = 0.83, className,
registry/remocn/shader-metaballs/index.tsx:17
FunctionShaderNeuroNoise
({ speed = 1, colorFront = "#8a8a95", colorMid = "#4a4a68", colorBack = "#12121a", brightness = 0.05
registry/remocn/shader-neuro-noise/index.tsx:15
FunctionShaderPerlinNoise
({ speed = 1, colorBack = "#12121a", colorFront = "#6a6a85", proportion = 0.35, softness = 0.1, cl
registry/remocn/shader-perlin-noise/index.tsx:18
FunctionShaderPulsingBorder
({ speed = 1, colorBack = "#12121a", colors = NEUTRAL_COLORS, roundness = 0.25, thickness = 0.1, i
registry/remocn/shader-pulsing-border/index.tsx:20
FunctionShaderSimplexNoise
({ speed = 1, colors = NEUTRAL_COLORS, stepsPerColor = 2, softness = 0.1, className, ...rest }: Sh
registry/remocn/shader-simplex-noise/index.tsx:20
FunctionShaderSmokeRing
({ speed = 1, colorBack = "#12121a", colors = NEUTRAL_COLORS, radius = 0.25, thickness = 0.65, sca
registry/remocn/shader-smoke-ring/index.tsx:17
FunctionShaderSpiral
({ speed = 1, colorBack = "#12121a", colorFront = "#52527a", density = 1, strokeWidth = 0.5, softn
registry/remocn/shader-spiral/index.tsx:14
FunctionShaderSwirl
({ speed = 1, colors = NEUTRAL_COLORS, colorBack = "#12121a", bandCount = 4, twist = 0.1, softness
registry/remocn/shader-swirl/index.tsx:16
FunctionShaderVoronoi
({ speed = 1, colors = NEUTRAL_COLORS, colorGap = "#12121a", distortion = 0.4, gap = 0.04, glow =
registry/remocn/shader-voronoi/index.tsx:17
FunctionShaderWarp
({ speed = 1, colors = NEUTRAL_COLORS, proportion = 0.5, softness = 1, distortion = 0.2, swirl = 0
registry/remocn/shader-warp/index.tsx:16
FunctionShaderWater
({ speed = 1, colorBack = "#16202b", colorHighlight = "#5a6a7a", highlights = 0.06, waves = 0.3, c
registry/remocn/shader-water/index.tsx:14
FunctionSharedAxisY
({ fromText, toText, fontSize = 72, color = "#171717", fontWeight = 600, speed = 1, className, }
registry/remocn/shared-axis-y/index.tsx:15
FunctionSharedAxisYExampleScene
()
components/docs/examples/shared-axis-y-example.tsx:6
FunctionSharedAxisZ
({ fromText, toText, fontSize = 72, color = "#171717", fontWeight = 600, speed = 1, className, }
registry/remocn/shared-axis-z/index.tsx:15
FunctionSharedAxisZExampleScene
()
components/docs/examples/shared-axis-z-example.tsx:6
FunctionSheet
({ state = "closed", style, title = "Edit profile", description = "Make changes to your profile here.
registry/remocn-ui/sheet/index.tsx:71
FunctionSheet
({ ...props }: SheetPrimitive.Root.Props)
components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: SheetPrimitive.Close.Props)
components/ui/sheet.tsx:17
FunctionSheetContent
({ className, children, side = "right", showCloseButton = true, ...props }: SheetPrimitive.Popup.Pro
components/ui/sheet.tsx:38
FunctionSheetDescription
({ className, ...props }: SheetPrimitive.Description.Props)
components/ui/sheet.tsx:114
FunctionSheetExampleScene
(p: SheetExampleProps = {})
components/docs/examples/sheet-example.tsx:19
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/sheet.tsx:81
← previousnext →1,001–1,100 of 1,372, ranked by callers