MCPcopy Create free account

hub / github.com/Remocn/remocn / functions

Functions1,372 in github.com/Remocn/remocn

FunctionSheetOverlay
({ className, ...props }: SheetPrimitive.Backdrop.Props)
components/ui/sheet.tsx:25
FunctionSheetPortal
({ ...props }: SheetPrimitive.Portal.Props)
components/ui/sheet.tsx:21
FunctionSheetTitle
({ className, ...props }: SheetPrimitive.Title.Props)
components/ui/sheet.tsx:101
FunctionSheetTrigger
({ ...props }: SheetPrimitive.Trigger.Props)
components/ui/sheet.tsx:13
FunctionShimmerSweep
({ text, baseColor = "#3f3f46", shineColor = "#fafafa", fontSize = 96, fontWeight = 700, speed = 1
registry/remocn/shimmer-sweep/index.tsx:15
FunctionShimmeringText
({ text, duration = 1, isStopped = false, className, ...props }: ShimmeringTextProps)
components/shimmering-text.tsx:25
FunctionShortSlideDown
({ text, entryOffset = 28, fontSize = 72, color = "#171717", fontWeight = 600, speed = 1, classN
registry/remocn/short-slide-down/index.tsx:19
FunctionShortSlideRight
({ text, distance = 24, staggerDelay = 3, fontSize = 72, color = "#171717", fontWeight = 600, sp
registry/remocn/short-slide-right/index.tsx:16
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, dir, ...p
components/ui/sidebar.tsx:151
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/sidebar.tsx:370
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/sidebar.tsx:345
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
components/ui/sidebar.tsx:384
FunctionSidebarGroupAction
({ className, render, ...props }: useRender.ComponentProps<"button"> & React.ComponentProps<"button">)
components/ui/sidebar.tsx:419
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/sidebar.tsx:443
FunctionSidebarGroupLabel
({ className, render, ...props }: useRender.ComponentProps<"div"> & React.ComponentProps<"div">)
components/ui/sidebar.tsx:395
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/sidebar.tsx:331
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
components/ui/sidebar.tsx:317
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
components/ui/sidebar.tsx:304
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
components/ui/sidebar.tsx:457
FunctionSidebarMenuAction
({ className, render, showOnHover = false, ...props }: useRender.ComponentProps<"button"> & React.Co
components/ui/sidebar.tsx:555
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
components/ui/sidebar.tsx:585
FunctionSidebarMenuButton
({ render, isActive = false, variant = "default", size = "default", tooltip, className, ...props
components/ui/sidebar.tsx:501
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
components/ui/sidebar.tsx:468
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean; })
components/ui/sidebar.tsx:602
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
components/ui/sidebar.tsx:640
FunctionSidebarMenuSubButton
({ render, size = "md", isActive = false, className, ...props }: useRender.ComponentProps<"a"> & R
components/ui/sidebar.tsx:668
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
components/ui/sidebar.tsx:654
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
components/ui/sidebar.tsx:55
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
components/ui/sidebar.tsx:279
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
components/ui/sidebar.tsx:356
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
components/ui/sidebar.tsx:253
FunctionSignupFlow
({ title = "Create an account", description = "Enter your information below to create your account", ful
registry/remocn-ui/signup-flow/index.tsx:47
FunctionSignupFlowExampleScene
()
components/docs/examples/signup-flow-example.tsx:16
FunctionSilk
({ speed = 5, scale = 1, color = '#7B7481', noiseIntensity = 1.5, rotation = 0 })
components/Silk.tsx:128
FunctionSimulatedCursor
({ points = DEFAULT_POINTS, color = "#ffffff", size = 32, speed = 1, className, }: SimulatedCursorPr
registry/remocn/simulated-cursor/index.tsx:26
FunctionSiteFooter
()
app/(home)/components/site-footer.tsx:4
FunctionSiteHeader
()
app/(home)/components/site-header.tsx:6
FunctionSkeleton
({ state = "loading", style, children, placeholder, layout = "lines", speed, theme: themeOverrid
registry/remocn-ui/skeleton/index.tsx:73
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
components/ui/skeleton.tsx:3
FunctionSkeletonBlock
({ width = 120, height = 16, radius = 6, speed = 1, baseColor, highlightColor, flexShrink, cla
registry/remocn-ui/skeleton-block/index.tsx:19
FunctionSkeletonBlockPreview
({ width = 240, height = 20, radius = 6, speed, }: SkeletonBlockPreviewProps)
registry/remocn-ui/skeleton-block/preview.tsx:13
FunctionSkeletonExampleScene
(p: SkeletonExampleProps = {})
components/docs/examples/skeleton-example.tsx:13
FunctionSkeletonPreview
({ layout = "card", state = "loading", speed, }: SkeletonPreviewProps)
registry/remocn-ui/skeleton/preview.tsx:72
FunctionSlackMark
({ size }: { size: number })
registry/remocn/a1-product-demo/acts/integrations.tsx:213
FunctionSlackMark
()
registry/remocn/ecosystem-constellation/index.tsx:50
FunctionSlider
({ value = 0, thumbState = "idle", style, width = 320, showValue = false, theme: themeOverride,
registry/remocn-ui/slider/index.tsx:67
FunctionSlider
({ className, defaultValue, value, min = 0, max = 100, ...props }: SliderPrimitive.Root.Props)
components/ui/slider.tsx:5
FunctionSliderExampleScene
(p: SliderExampleProps = {})
components/docs/examples/slider-example.tsx:21
FunctionSliderPreview
({ value = 40, thumbState = "idle", width = 320, showValue = true, }: SliderPreviewProps)
registry/remocn-ui/slider/preview.tsx:12
FunctionSlidingHighlight
({ rect, className, transition = DEFAULT_TRANSITION, }: { rect: { left: number; width: number } | null
components/sliding-highlight.tsx:19
FunctionSlotMachineRoll
({ from = "$99", to = "$199", fontSize = 120, color = "#171717", fontWeight = 700, speed = 1, cl
registry/remocn/slot-machine-roll/index.tsx:15
FunctionSmileIcon
({ color }: { color: string })
registry/remocn-ui/telegram-chat-flow/index.tsx:254
FunctionSmokeDissolveExampleScene
({ ringColor, colorBack, speed, }: SmokeDissolveExampleProps)
components/docs/examples/smoke-dissolve-example.tsx:40
FunctionSmokeDissolvePresentation
({ children, presentationProgress, presentationDirection, passedProps, })
registry/remocn/smoke-dissolve/index.tsx:26
FunctionSnapshotLine
({ width, strong, order, theme, f, }: { width: string; strong?: boolean; order: number; them
registry/remocn/a1-product-demo/index.tsx:135
FunctionSocialProof
({ speed = 1 }: { speed?: number })
registry/remocn/a1-product-demo/acts/social-proof.tsx:147
FunctionSoftBlurIn
({ text, blur = 12, fontSize = 72, color = "#171717", fontWeight = 600, speed = 1, className, }:
registry/remocn/soft-blur-in/index.tsx:15
FunctionSparkle
({ size = 18, color = FLOW_YELLOW }: { size?: number; color?: string })
registry/remocn/a1-product-demo/acts/workflow-auto.tsx:65
FunctionSpatialPushPresentation
({ children, presentationProgress, presentationDirection, passedProps })
registry/remocn/a1-product-demo/foundation.tsx:171
FunctionSpinner
({ size = 20, color = "currentColor", speed = 1, strokeWidth = 2.5, className, }: SpinnerProps)
registry/remocn-ui/spinner/index.tsx:13
FunctionSpinner
({ className, ...props }: React.ComponentProps<"svg">)
components/ui/spinner.tsx:4
FunctionSponsorGroup
({ label, items, gridClassName, aspectClassName, maxH, }: { label: string; items: Sponsor[]; g
app/(home)/sponsors/components/sections/wall-of-love.tsx:46
FunctionSponsorLogoCard
({ sponsor }: { sponsor: Sponsor })
app/(home)/components/sections/landing-partners.tsx:8
FunctionSponsorLogoCard
({ sponsor, maxH, }: { sponsor: Sponsor; maxH: string; })
app/(home)/sponsors/components/sections/wall-of-love.tsx:9
FunctionSponsorsPage
()
app/(home)/sponsors/page.tsx:5
FunctionSpotlightCard
({ title = "Spotlight Card", body = "Soft radial light follows the cursor, picking out the microborder.",
registry/remocn/spotlight-card/index.tsx:41
FunctionSpotlightSurface
({ className, style, children, ...rest }: { className?: string; style?: CSSProperties; children:
components/spotlight-surface.tsx:5
FunctionSpringScaleIn
({ text, staggerDelay = 3, scaleFrom = 0.7, fontSize = 72, color = "#171717", fontWeight = 600,
registry/remocn/spring-scale-in/index.tsx:16
FunctionStaggeredFadeUp
({ text, staggerDelay = 4, distance = 20, fontSize = 72, color = "#171717", fontWeight = 600, sp
registry/remocn/staggered-fade-up/index.tsx:16
FunctionStarGlyph
({ size, fill }: { size: number; fill: string })
registry/remocn/github-stars/index.tsx:738
FunctionStarLogo
({ size }: { size: number })
registry/remocn/a1-product-demo/acts/icon-cloud.tsx:67
FunctionStarsButton
({ className, ...props }: Omit<ComponentProps<typeof Link>, "href" | "children">)
app/(home)/components/stars-button.tsx:7
FunctionStarsPage
()
app/(home)/stars/page.tsx:18
FunctionStarsTool
()
app/(home)/stars/components/stars-tool.tsx:10
FunctionStepBadge
({ n, accent }: { n: number; accent: string })
app/(home)/components/sections/get-started.tsx:17
FunctionStepper
({ steps = DEFAULT_STEPS, activeIndex = 0, style, orientation: _orientation = "horizontal", theme: t
registry/remocn-ui/stepper/index.tsx:64
FunctionStepperExampleScene
(p: StepperExampleProps = {})
components/docs/examples/stepper-example.tsx:12
FunctionStepperPreview
({ activeIndex = 1 }: StepperPreviewProps)
registry/remocn-ui/stepper/preview.tsx:11
FunctionStickyHeaderShell
({ children }: { children: ReactNode })
app/(home)/components/sticky-header-shell.tsx:7
FunctionStrikethroughReplace
({ from, to, lineColor = "#ff5e3a", fontSize = 48, color = "#171717", fontWeight = 600, speed =
registry/remocn/strikethrough-replace/index.tsx:16
FunctionStripeMark
()
registry/remocn/ecosystem-constellation/index.tsx:39
FunctionSuggestionChip
({ label, border, color, icon, }: { label: string; border: string; color: string; icon: React.
registry/remocn/chat-gpt/index.tsx:250
FunctionSwirlDissolveExampleScene
({ bandCount, softness, colorBack, speed, }: SwirlDissolveExampleProps)
components/docs/examples/swirl-dissolve-example.tsx:41
FunctionSwirlDissolvePresentation
({ children, presentationProgress, presentationDirection, passedProps, })
registry/remocn/swirl-dissolve/index.tsx:28
FunctionSwitch
({ state = "unchecked", style, label, size = "default", theme: themeOverride, primary, className
registry/remocn-ui/switch/index.tsx:65
FunctionSwitch
({ className, size = "default", ...props }: SwitchPrimitive.Root.Props & { size?: "sm" | "default"; })
components/ui/switch.tsx:7
FunctionSwitchExampleScene
(p: SwitchExampleProps = {})
components/docs/examples/switch-example.tsx:14
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
components/ui/table.tsx:94
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
components/ui/table.tsx:81
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
components/ui/table.tsx:42
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
components/ui/table.tsx:68
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
components/ui/table.tsx:22
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
components/ui/table.tsx:55
FunctionTabs
({ accent, theme, isVertical, }: { accent: string; theme: Theme; isVertical: boolean; })
registry/remocn/x-follow-card/index.tsx:516
FunctionTabs
({ state = DEFAULT_ITEMS[0], style, items = DEFAULT_ITEMS, contents = DEFAULT_CONTENTS, contentHeigh
registry/remocn-ui/tabs/index.tsx:69
FunctionTabs
({ className, orientation = "horizontal", ...props }: TabsPrimitive.Root.Props)
components/ui/tabs.tsx:8
FunctionTabsContent
({ className, ...props }: TabsPrimitive.Panel.Props)
components/ui/tabs.tsx:72
FunctionTabsExampleScene
(p: TabsExampleProps = {})
components/docs/examples/tabs-example.tsx:12
← previousnext →1,101–1,200 of 1,372, ranked by callers