MCPcopy Create free account

hub / github.com/Ashutoshx7/VengenceUI / functions

Functions802 in github.com/Ashutoshx7/VengenceUI

FunctionScrollDissolveRevealDemo
()
src/components/docs/scroll-dissolve-reveal-demo.tsx:6
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = 'popper', ...props }: React.ComponentProps<typeof SelectPrimitive.Content>)
src/components/ui/select.tsx:55
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
src/components/ui/select.tsx:18
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
src/components/ui/select.tsx:89
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
src/components/ui/select.tsx:79
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
src/components/ui/select.tsx:131
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
src/components/ui/select.tsx:120
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:110
FunctionSelectTrigger
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger>)
src/components/ui/select.tsx:36
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:27
FunctionSeparator
({ className, orientation = 'horizontal', decorative = true, ...props }: React.ComponentProps<typeof Separator
src/components/ui/separator.tsx:8
FunctionShaktiFolder
({ images, isHovered, colors, sizes, label })
src/components/ui/folder-preview.tsx:470
FunctionSharedTooltipAvatars
({ items, className, ...props }: SharedTooltipAvatarsProps)
src/components/ui/shared-tooltip-avatars.tsx:17
FunctionSharedTooltipAvatarsDemo
()
src/components/docs/shared-tooltip-avatars-demo.tsx:31
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
src/components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
src/components/ui/sheet.tsx:19
FunctionSheetContent
({ className, children, side = "right", ...props }: React.ComponentProps<typeof SheetPrimitive.Content
src/components/ui/sheet.tsx:47
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:117
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:94
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:84
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
src/components/ui/sheet.tsx:31
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
src/components/ui/sheet.tsx:25
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
src/components/ui/sheet.tsx:104
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
src/components/ui/sheet.tsx:13
FunctionShowcasePage
()
src/app/(marketing)/showcase/page.tsx:7
FunctionSidebar
()
src/components/layout/sidebar.tsx:207
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, ...props }:
src/components/ui/sidebar.tsx:154
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:371
FunctionSidebarFolder
({ item, pathname, hoveredItem, setHoveredItem, }: { item: SidebarItem; pathname: stri
src/components/docs/animated-sidebar.tsx:164
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:346
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:385
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<"button"> & { asChild?: boolean })
src/components/ui/sidebar.tsx:417
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:440
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
src/components/ui/sidebar.tsx:396
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:335
FunctionSidebarHoverIndicator
()
src/components/docs/sidebar-hover-indicator.tsx:8
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
src/components/ui/sidebar.tsx:321
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
src/components/ui/sidebar.tsx:307
FunctionSidebarLink
({ item, pathname, hoveredItem, setHoveredItem, }: { item: SidebarItem; pathname: stri
src/components/docs/animated-sidebar.tsx:71
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/sidebar.tsx:454
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<"button"> & { a
src/components/ui/sidebar.tsx:548
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:580
FunctionSidebarMenuButton
({ asChild = false, isActive = false, variant = "default", size = "default", tooltip, className,
src/components/ui/sidebar.tsx:498
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/sidebar.tsx:465
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean; })
src/components/ui/sidebar.tsx:602
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/sidebar.tsx:642
FunctionSidebarMenuSubButton
({ asChild = false, size = "md", isActive = false, className, ...props }: React.ComponentProps<"a">
src/components/ui/sidebar.tsx:671
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/sidebar.tsx:657
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
src/components/ui/sidebar.tsx:56
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
src/components/ui/sidebar.tsx:282
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/sidebar.tsx:357
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
src/components/ui/sidebar.tsx:256
FunctionSingleNumberHolder
({ value, index }: { value: string, index: number })
src/components/ui/animated-number.tsx:19
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/skeleton.tsx:3
FunctionSlider
({ className, defaultValue, value, min = 0, max = 100, ...props }: React.ComponentProps<typeof Sli
src/components/ui/slider.tsx:8
FunctionSmoothScroll
({ children }: SmoothScrollProps)
src/components/landing/smooth-scroll.tsx:9
FunctionSmoothScroll
({ children }: SmoothScrollProps)
src/components/ui/smooth-scroll.tsx:9
FunctionSocialFlipButton
({ items = defaultItems, className, itemClassName, frontClassName, backClassName, }: Socia
src/components/ui/social-flip-button.tsx:133
FunctionSocialFlipButtonDemo
()
src/components/docs/social-flip-button.tsx:5
FunctionSocialFlipNode
({ item, index, isHovered, setTooltipIndex, tooltipIndex, itemClassName, frontClas
src/components/ui/social-flip-button.tsx:42
FunctionSolarSystemDemo
()
src/components/docs/solar-system-demo.tsx:3
FunctionSpinner
({ className, ...props }: React.ComponentProps<"svg">)
src/components/ui/spinner.tsx:5
FunctionSpotlightNavbar
({ items = [ { label: "Home", href: "#home" }, { label: "About", href: "#about" },
src/components/ui/spotlight-navbar.tsx:19
FunctionSpotlightNavbarDemo
()
src/components/docs/spotlight-navbar-demo.tsx:3
FunctionStackedLogos
({ logoGroups, duration = 30, stagger = 0, logoWidth = "200px", className, }: StackedLogosProps)
src/components/ui/stacked-logos.tsx:33
FunctionStackedLogosDemo
()
src/components/docs/stacked-logos.tsx:129
FunctionStackedLogosFast
()
src/components/docs/stacked-logos.tsx:145
FunctionStackedLogosSlow
()
src/components/docs/stacked-logos.tsx:161
FunctionStackedLogosTwoGroups
()
src/components/docs/stacked-logos.tsx:177
FunctionStackedLogosWide
()
src/components/docs/stacked-logos.tsx:193
FunctionStaggeredGrid
({ images, bentoItems, centerText = "Halcyon", credits = { madeBy: { text: "@codrops",
src/components/ui/staggered-grid.tsx:34
FunctionStaggeredGridDemo
({ className }: { className?: string })
src/components/docs/staggered-grid.tsx:6
FunctionStaggeredGridFullDemo
()
src/components/docs/staggered-grid.tsx:73
FunctionStark
()
src/components/docs/stacked-logos.tsx:37
FunctionStatusPage
()
src/app/(marketing)/status/page.tsx:7
FunctionSubHeading
({ children, as = "p", variant = "medium", className }: { children: React.ReactNode, as?: "p" | "h3" | "h2", v
src/components/landing/subheading.tsx:3
FunctionSwitch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
src/components/ui/switch.tsx:8
FunctionSystemActionPill
({ icon: Icon, label, href, className, iconClassName, delay = "0s", }: { icon: LucideIcon; lab
src/components/landing/landing-page-grid.tsx:470
FunctionSystemComposerCell
({ layoutFamily, scenesFamily, }: { layoutFamily: LibraryFamily; scenesFamily: LibraryFamily; })
src/components/landing/landing-page-grid.tsx:501
FunctionTOCItem
({ item, active, }: { item: TOCItemDef; active: boolean; })
src/components/layout/toc.tsx:83
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
src/components/ui/table.tsx:22
FunctionTableOfContents
()
src/components/layout/toc.tsx:290
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
src/components/ui/table.tsx:55
FunctionTabs
({ children, defaultValue = "", value, onValueChange, className }: TabsProps)
src/components/ui/tabs.tsx:19
FunctionTabsContent
({ value, children, className }: { value: string; children: React.ReactNode; className?: string })
src/components/ui/tabs.tsx:68
FunctionTabsList
({ children, className }: { children: React.ReactNode; className?: string })
src/components/ui/tabs.tsx:40
FunctionTabsTrigger
({ value, children, className }: { value: string; children: React.ReactNode; className?: string })
src/components/ui/tabs.tsx:48
FunctionTailwindIcon
({ className = "", ...props })
src/assets/icons/tailwind-icon.tsx:7
FunctionTechStack
()
src/components/landing/tech-stack.tsx:9
FunctionTemplateScreenshotRail
({ template }: { template: PortfolioTemplate })
src/app/templates/page.tsx:366
FunctionTemplatesPage
()
src/app/templates/page.tsx:145
FunctionTermsPage
()
src/app/(marketing)/terms/page.tsx:7
FunctionTestimonial
()
src/components/landing/testimonial.tsx:75
← previousnext →601–700 of 802, ranked by callers