MCPcopy Create free account

hub / github.com/Unizoy/unizoy-ui / functions

Functions336 in github.com/Unizoy/unizoy-ui

FunctionRotatingText
({ text, scrollerRef, start = "top top", end = "+=300", scrub = 1, markers = false, className, }
registry/ui/rotating-text.tsx:17
FunctionRotatingTextDemo
()
registry/examples/rotating-text-demo.tsx:3
FunctionRythem
*Default:- className="text-8xl font-semibold h-fit flex-col gap-10 justify-center items-center uppercase w-full" *
registry/ui/rythemic-reveal.tsx:15
FunctionRythemicRevealDemo
()
registry/examples/rythemic-reveal-demo.tsx:3
FunctionSEOScript
({ type, data = {} }: SEOScriptProps)
components/seo-script.tsx:8
FunctionScalingSlidingCards
({ photos, fromXPercent = 100, toXPercent = 0, triggerStart = "top center", triggerEnd = "bottom top
registry/ui/scaling-sliding-cards.tsx:29
FunctionScrollOpacityEffect
({ children, className, animation, scrub = 1, initialOpacity = 0.2, start = "top 90%", // default
registry/ui/scroll-opacity-effect.tsx:26
FunctionScrollTextFlow
({ heading, subheading, slideGroups, topGroupCount = 2, wrapperClassName = "", groupClassName = ""
registry/ui/scroll-text-flow.tsx:29
FunctionScrollTextFlowDemo
()
registry/examples/scroll-text-flow-demo.tsx:4
FunctionScrollingCards
({ cards, cardWidth, top = 45, left = 20, animationLength = 300, scrollerRef, }: CardSliderProps)
registry/ui/scrolling-cards.tsx:25
FunctionScrollingVideoCards
({ videoItems, startXPercentage = 100, endXPercentage = 0, scrollTriggerStart = "top center", scroll
registry/ui/scrolling-video-cards.tsx:34
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:77
FunctionSiteFooter
()
components/site-footer.tsx:3
FunctionSiteHeader
()
components/site-header.tsx:11
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/skeleton.tsx:3
FunctionSlide
({ slide, index, current, handleSlideClick, parentRef, }: SlideProps)
registry/ui/carousel.tsx:171
FunctionSlidingCards
({ items, maxWidth = 340, gap = 10, // Added gap value (in pixels) backgroundImage = "https://www.jet
registry/ui/sliding-cards.tsx:32
FunctionSlidingCardsDemo
()
registry/examples/sliding-cards-demo.tsx:4
FunctionSnappingScrollingCards
({ cards, cardWidth, top = 35, left = 30, animationLength = 400, scrollerRef, }: CardSliderProps)
registry/ui/scrolling-cards.tsx:143
FunctionTailwindIndicator
()
components/tailwind-indicator.tsx:1
FunctionTemplatePage
({ params }: { params: { slug: string } })
app/(app)/templates/[slug]/page.tsx:104
FunctionTemplates
()
app/(app)/templates/page.tsx:62
FunctionTestimonial
({ data, backgroundUrl = "https://static.videezy.com/system/resources/previews/000/007/313/original/Plexus
registry/ui/testimonial.tsx:30
FunctionTestimonialDemo
()
registry/examples/testimonial-demo.tsx:3
FunctionTextHoverEffect
({ text, duration, fontSize = 56, // Default to roughly Tailwind's `text-7xl` }: { text: string dura
registry/ui/text-hover-effect.tsx:6
FunctionTextHoverEffectDemo
()
registry/examples/text-hover-effect-demo.tsx:3
FunctionTextHoverEffectDemo
()
registry/examples/scroll-opacity-effect-demo.tsx:3
FunctionTextRollUpEffect
({ children, frequency = 2, className, stagger = 0.05, style, }: TextRollUpEffectProps)
registry/ui/text-rollup-effect.tsx:15
FunctionTextRollUpEffectDemo
()
registry/examples/text-rollup-effect-demo.tsx:3
FunctionTextSlider
({ children, className, delay = 0, translateX, popFrom = "down", translateDuration = 0.4, durati
registry/ui/text-slider.tsx:23
FunctionTextSliderDemo
()
registry/examples/text-slider-demo.tsx:3
FunctionThemeComponent
({ name, ...props }: ThemeComponentProps)
components/theme-component.tsx:17
FunctionThemeCustomizer
()
components/theme-customizer.tsx:38
FunctionThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
components/providers.tsx:9
FunctionThemeSwitcher
()
components/theme-switcher.tsx:8
FunctionThemeWrapper
({ defaultTheme, children, className, }: ThemeWrapperProps)
components/theme-wrapper.tsx:10
FunctionThemesStyle
()
components/themes-styles.tsx:5
FunctionThemesSwitcher
({ themes = THEMES, className, }: React.ComponentProps<"div"> & { themes?: Theme[] })
components/themes-selector.tsx:18
FunctionToaster
()
components/ui/toaster.tsx:13
FunctionToaster
({ ...props }: ToasterProps)
components/ui/sonner.tsx:8
FunctionTranslate
({ arr, index, type, pos })
registry/ui/product-preview.tsx:268
FunctionTree
({ tree, level = 1, activeItem }: TreeProps)
components/toc.tsx:82
FunctionTypeWriterDemo
()
registry/examples/typewriter-demo.tsx:3
FunctionTypeWriterDemo
()
components/hero-section.tsx:83
FunctionTypeWriterDemo
()
components/hero-grid-section.tsx:43
FunctionWord
({ children, className, ...props }: WordProps)
registry/ui/rythemic-reveal.tsx:182
FunctionaddToCardRefs
(el: HTMLDivElement)
registry/ui/scrolling-video-cards.tsx:75
FunctionaddToGroupRefs
(el: HTMLDivElement | null)
registry/ui/scroll-text-flow.tsx:57
FunctionaddToTextRefs
(el: HTMLDivElement)
registry/ui/scrolling-video-cards.tsx:69
FunctionaddToVideoRefs
(el: HTMLVideoElement)
registry/ui/scrolling-video-cards.tsx:63
Functionanimate
()
registry/ui/draggable-carousel.tsx:121
FunctionanimateText
()
registry/ui/typewriter.tsx:90
Functioncode
(node)
lib/highlight-code.ts:9
Functiondown
(e: KeyboardEvent)
components/command-menu.tsx:28
FunctionformatDate
(input: string | number)
lib/utils.ts:8
FunctiongenerateDynamicSEO
( category: keyof typeof categorySEO, name: string, customData?: Partial<SEOProps> )
config/seo.ts:129
FunctiongenerateMetadata
()
app/(app)/contact/page.tsx:52
FunctiongenerateMetadata
({ params, }: { params: { slug: string } })
app/(app)/templates/[slug]/page.tsx:67
FunctiongenerateMetadata
({ params, }: DocPageProps)
app/(app)/docs/[[...slug]]/page.tsx:80
FunctiongenerateStaticParams
()
app/(app)/templates/[slug]/page.tsx:60
FunctiongenerateStaticParams
()
app/(app)/docs/[[...slug]]/page.tsx:116
FunctiongetColorFormat
(color: Color)
lib/colors.ts:23
FunctiongetColors
()
lib/colors.ts:34
FunctiongetComponentSourceFileContent
(node: UnistNode)
lib/rehype-component.ts:271
FunctiongetFileMeta
(filePath: string)
lib/registry.ts:114
FunctiongetRegistryComponent
( name: string, style: Style["name"] = DEFAULT_REGISTRY_STYLE )
lib/registry.ts:20
FunctiongetRegistryItem
( name: string, style: Style["name"] = DEFAULT_REGISTRY_STYLE )
lib/registry.ts:27
FunctiongetToc
()
lib/toc.ts:66
FunctionhandleButtonClick
(budget: string)
components/contact-us/contact.tsx:46
FunctionhandleClick
()
registry/examples/navigation-icon-demo.tsx:6
FunctionhandleCopyClick
()
registry/examples/copy-icon-demo.tsx:5
FunctionhandleEnter
()
registry/ui/button.tsx:245
FunctionhandleHtmlClick
()
registry/examples/copy-icon-demo.tsx:9
FunctionhandleInputChange
( event: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement> )
components/contact-us/contact.tsx:52
FunctionhandleInterrupt
()
registry/ui/draggable-carousel.tsx:193
FunctionhandleKeyDown
(event: KeyboardEvent)
components/ui/sidebar.tsx:101
FunctionhandleLeave
()
registry/ui/button.tsx:266
FunctionhandleLoadedMetadata
()
components/hero-video-grid.tsx:7
FunctionhandleMouseEnter
()
registry/ui/text-hover-effect.tsx:65
FunctionhandleMouseEnter
(e: React.MouseEvent)
registry/ui/navigation-icon.tsx:36
FunctionhandleMouseEnter
()
registry/ui/reveal-text.tsx:60
FunctionhandleMouseEnter
(e: MouseEvent)
registry/ui/button.tsx:165
FunctionhandleMouseLeave
()
registry/ui/carousel.tsx:223
FunctionhandleMouseLeave
()
registry/ui/text-hover-effect.tsx:66
FunctionhandleMouseLeave
(e: React.MouseEvent)
registry/ui/navigation-icon.tsx:52
FunctionhandleMouseLeave
()
registry/ui/reveal-text.tsx:80
FunctionhandleMouseLeave
(e: MouseEvent)
registry/ui/button.tsx:180
FunctionhandleMouseLeave
()
registry/ui/copy-icon.tsx:95
FunctionhandleMouseMove
(e: React.MouseEvent)
registry/ui/image-trail.tsx:217
FunctionhandleMouseMove
(event: React.MouseEvent)
registry/ui/carousel.tsx:202
FunctionhandleMouseMove
(e: React.MouseEvent)
registry/ui/text-hover-effect.tsx:67
FunctionhandleMouseMove
(e: React.MouseEvent<HTMLDivElement, MouseEvent>)
registry/ui/reveal-text.tsx:93
FunctionhandleMouseMove
(event: React.MouseEvent<HTMLImageElement>)
registry/ui/animated-tooltip.tsx:84
FunctionhandleNextClick
()
registry/ui/carousel.tsx:77
FunctionhandlePreviousClick
()
registry/ui/carousel.tsx:34
FunctionhandleProgress
(self: ScrollTrigger)
registry/ui/product-preview.tsx:68
FunctionhandleResize
()
registry/ui/button.tsx:116
FunctionhandleTouchEnd
()
registry/ui/image-trail.tsx:239
FunctionhandleTouchEnd
(e: React.TouchEvent)
registry/ui/text-hover-effect.tsx:89
← previousnext →201–300 of 336, ranked by callers