MCPcopy Create free account

hub / github.com/untitleduico/react / functions

Functions1,064 in github.com/untitleduico/react

↓ 13 callersFunctionsortCx
(classes: T)
utils/cx.ts:22
↓ 12 callersFunctionisReactComponent
(component: any)
utils/is-react-component.ts:31
↓ 11 callersFunctionuseBreakpoint
(size: "sm" | "md" | "lg" | "xl" | "2xl")
hooks/use-breakpoint.ts:21
↓ 8 callersFunctionuploadFile
(file: File, onProgress: (progress: number) => void)
components/application/file-upload/file-upload.demo.tsx:6
↓ 6 callersFunctiononChange
(next: DateValue | readonly DateValue[] | null)
components/application/date-picker/calendar.tsx:30
↓ 5 callersFunctionuseCarousel
()
components/application/carousel/carousel-base.tsx:45
↓ 4 callersFunctionhandleDeleteFile
(id: string)
components/application/file-upload/file-upload.demo.tsx:48
↓ 4 callersFunctionhandleRetryFile
(id: string)
components/application/file-upload/file-upload.demo.tsx:52
↓ 4 callersFunctionisActive
(item: NavItem)
components/application/app-navigation/header-navigation.tsx:106
↓ 4 callersFunctionrenderGridAvatar
(avatar: { src: string; alt?: string }, key: number)
components/application/empty-state/empty-state.tsx:265
↓ 4 callersFunctionusePinInputContext
()
components/base/input/pin-input.tsx:26
↓ 4 callersFunctionwithOverlayAware
(customRenderer?: CustomRenderer)
components/internal/decorators.tsx:27
↓ 3 callersFunctiongetReadableFileSize
(bytes: number)
components/application/file-upload/file-upload-base.tsx:20
↓ 3 callersFunctiongetSelectedUserCount
(selectedKeys: Selection)
components/base/select/select.demo.tsx:1178
↓ 3 callersFunctionnextId
()
components/base/input/input-tags-outer.tsx:86
↓ 3 callersFunctionnextId
()
components/base/input/input-tags.tsx:88
↓ 3 callersFunctionrange
(start: number, end: number)
components/application/pagination/pagination-base.tsx:186
↓ 2 callersFunctioncheckDropzoneIntersection
(point: { x: number; y: number })
components/application/file-upload/draggable.tsx:45
↓ 2 callersFunctionfallback
(text: string, id?: string)
hooks/use-clipboard.ts:35
↓ 2 callersFunctiongetInitials
(name: string)
components/application/table/table.demo.tsx:617
↓ 2 callersFunctiongetResizeHandleBg
(color: string)
components/base/textarea/textarea.tsx:12
↓ 2 callersFunctionisItemActive
(href: string, activeUrl?: string)
components/application/app-navigation/header-navigation.tsx:33
↓ 2 callersFunctionprocessFiles
(files: File[])
components/application/file-upload/file-upload-base.tsx:127
↓ 2 callersFunctionrenderAvatar
(avatar: { src: string; alt?: string }, sizeClass: string, key: number)
components/application/empty-state/empty-state.tsx:208
↓ 2 callersFunctionselectEvenlySpacedItems
(dataArray: T, count: number)
components/application/charts/charts-base.tsx:16
↓ 2 callersFunctionuseClipboard
()
hooks/use-clipboard.ts:31
↓ 2 callersFunctionuseResizeObserver
(options: useResizeObserverOptionsType<T>)
hooks/use-resize-observer.ts:34
↓ 1 callersFunctioncalculateScale
(desiredWidth: number, originalWidth: number, originalHeight: number)
components/shared-assets/credit-card/credit-card.tsx:124
↓ 1 callersFunctiondetectCardType
(number: string)
components/base/input/input-payment.tsx:55
↓ 1 callersFunctionformatCardNumber
(number: string)
components/base/input/input-payment.tsx:68
↓ 1 callersFunctiongetHorizontalStyles
({ size, fullWidth }: { size?: "sm" | "md"; fullWidth?: boolean })
components/application/tabs/tabs.tsx:75
↓ 1 callersFunctiongetSizeClasses
( theme?: Theme, text?: boolean, icon?: boolean, )
components/base/badges/badge-groups.tsx:26
↓ 1 callersFunctiongetStarProgress
(starPosition: number, rating: number, maxRating: number = 5)
components/foundations/rating-stars.tsx:7
↓ 1 callersFunctiongetTabStyles
({ isFocusVisible, isSelected, isHovered }: AriaTabRenderProps)
components/application/tabs/tabs.tsx:19
↓ 1 callersFunctionhandleDragOut
(event: React.DragEvent<HTMLDivElement>)
components/application/file-upload/file-upload-base.tsx:119
↓ 1 callersFunctionhandleTagKeyDown
(event: KeyboardEvent<HTMLButtonElement>, value: Key)
components/base/select/tag-select.tsx:240
↓ 1 callersFunctionhandleTimeClick
(key: Key | null)
components/application/date-picker/date-picker.demo.tsx:83
↓ 1 callersFunctionhasResizeObserver
* Checks if the ResizeObserver API is supported. * @returns True if the ResizeObserver API is supported, false otherwise.
hooks/use-resize-observer.ts:8
↓ 1 callersFunctionisClassComponent
(component: any)
utils/is-react-component.ts:17
↓ 1 callersFunctionisFileTypeAccepted
(file: File)
components/application/file-upload/file-upload-base.tsx:87
↓ 1 callersFunctionisForwardRefComponent
(component: any)
utils/is-react-component.ts:24
↓ 1 callersFunctionisFunctionComponent
(component: any)
utils/is-react-component.ts:10
↓ 1 callersFunctionrenderBadgeContent
()
components/base/avatar/avatar-profile-photo.tsx:112
↓ 1 callersFunctionrenderBadgeContent
()
components/base/avatar/avatar.tsx:117
↓ 1 callersFunctionrenderMainContent
()
components/base/avatar/avatar-profile-photo.tsx:60
↓ 1 callersFunctionrenderMainContent
()
components/base/avatar/avatar.tsx:101
↓ 1 callersFunctionrenderSpinner
()
components/application/loading-indicator/loading-indicator.tsx:46
FunctionActivityGaugeLg
({ title = "1,000", subtitle = "Active users", data = radialData }: ActivityGaugeProps)
components/application/charts/activity-gauges.demo.tsx:199
FunctionActivityGaugeLg
()
components/application/charts/activity-gauges.story.tsx:26
FunctionActivityGaugeMd
({ title = "1,000", subtitle = "Active users", data = radialData }: ActivityGaugeProps)
components/application/charts/activity-gauges.demo.tsx:145
FunctionActivityGaugeMd
()
components/application/charts/activity-gauges.story.tsx:23
FunctionActivityGaugeSm
({ title = "1,000", subtitle = "Active users", data = radialData }: ActivityGaugeProps)
components/application/charts/activity-gauges.demo.tsx:91
FunctionActivityGaugeSm
()
components/application/charts/activity-gauges.story.tsx:20
FunctionActivityGaugeXs
({ title = "1,000", subtitle = "Active users", data = radialData }: ActivityGaugeProps)
components/application/charts/activity-gauges.demo.tsx:37
FunctionActivityGaugeXs
()
components/application/charts/activity-gauges.story.tsx:17
FunctionAffirmIcon
(props: SVGProps<SVGSVGElement>)
components/foundations/payment-icons/affirm-icon.tsx:5
FunctionAfterpayIcon
(props: SVGProps<SVGSVGElement>)
components/foundations/payment-icons/afterpay-icon.tsx:5
FunctionAlipayIcon
(props: SVGProps<SVGSVGElement>)
components/foundations/payment-icons/alipay-icon.tsx:5
FunctionAll
()
components/base/button-group/button-group.demo.tsx:129
FunctionAllSmall
()
components/base/button-group/button-group.demo.tsx:87
FunctionAmazonIcon
(props: SVGProps<SVGSVGElement>)
components/foundations/payment-icons/amazon-icon.tsx:5
FunctionAmexIcon
(props: SVGProps<SVGSVGElement>)
components/foundations/payment-icons/amex-icon.tsx:5
FunctionAngelList
({ size = 24, ...props }: Props)
components/foundations/social-icons/angel-list.tsx:7
FunctionAppGalleryButton
({ size = "md", ...props }: AnchorHTMLAttributes<HTMLAnchorElement> & { size?: "md" | "lg" })
components/base/buttons/app-store-buttons-outline.tsx:281
FunctionAppGalleryButton
({ size = "md", ...props }: AnchorHTMLAttributes<HTMLAnchorElement> & { size?: "md" | "lg" })
components/base/buttons/app-store-buttons.tsx:463
FunctionAppStoreButton
({ size = "md", ...props }: AnchorHTMLAttributes<HTMLAnchorElement> & { size?: "md" | "lg" })
components/base/buttons/app-store-buttons-outline.tsx:76
FunctionAppStoreButton
({ size = "md", ...props }: AnchorHTMLAttributes<HTMLAnchorElement> & { size?: "md" | "lg" })
components/base/buttons/app-store-buttons.tsx:232
FunctionAppStoreButtonAppGalleryDemo
()
components/base/buttons/app-store-buttons.demo.tsx:48
FunctionAppStoreButtonAppGalleryOutlineDemo
()
components/base/buttons/app-store-buttons.demo.tsx:84
FunctionAppStoreButtonAppStoreDemo
()
components/base/buttons/app-store-buttons.demo.tsx:30
FunctionAppStoreButtonAppStoreOutlineDemo
()
components/base/buttons/app-store-buttons.demo.tsx:66
FunctionAppStoreButtonDefaultDemo
()
components/base/buttons/app-store-buttons.demo.tsx:11
FunctionAppStoreButtonGalaxyStoreDemo
()
components/base/buttons/app-store-buttons.demo.tsx:39
FunctionAppStoreButtonGalaxyStoreOutlineDemo
()
components/base/buttons/app-store-buttons.demo.tsx:75
FunctionAppStoreButtonGooglePlayDemo
()
components/base/buttons/app-store-buttons.demo.tsx:21
FunctionAppStoreButtonGooglePlayOutlineDemo
()
components/base/buttons/app-store-buttons.demo.tsx:57
FunctionApple
({ size = 24, ...props }: Props)
components/foundations/social-icons/apple.tsx:7
FunctionAppleLogo
(props: SVGProps<SVGSVGElement>)
components/base/buttons/social-logos.tsx:93
FunctionApplePayIcon
(props: SVGProps<SVGSVGElement>)
components/foundations/payment-icons/apple-pay-icon.tsx:5
FunctionAvatar
({ size = "md", src, alt, initials, placeholder, placeholderIcon: PlaceholderIcon,
components/base/avatar/avatar.tsx:80
FunctionAvatarAddButton
({ size, className, title = "Add user", ...props }: AvatarAddButtonProps)
components/base/avatar/base-components/avatar-add-button.tsx:20
FunctionAvatarCompanyIcon
({ size, src, alt }: AvatarCompanyIconProps)
components/base/avatar/base-components/avatar-company-icon.tsx:20
FunctionAvatarCount
({ count, className }: AvatarCountProps)
components/base/avatar/base-components/avatar-count.tsx:10
FunctionAvatarGrid
({ avatars = [], ...props }: AvatarGridProps)
components/application/empty-state/empty-state.tsx:254
FunctionAvatarLabelGroup
({ title, subtitle, className, rounded, avatarClassName, ...props }: AvatarLabelGroupProps)
components/base/avatar/avatar-label-group.tsx:21
FunctionAvatarLeading
()
components/base/select/select.story.tsx:31
FunctionAvatarLeading
()
components/base/select/select.demo.tsx:674
FunctionAvatarLeadingDemo
()
components/base/select/select.demo.tsx:203
FunctionAvatarOnlineIndicator
({ size, status, className }: AvatarOnlineIndicatorProps)
components/base/avatar/base-components/avatar-online-indicator.tsx:22
FunctionAvatarProfilePhoto
({ size = "md", src, alt, initials, placeholder, placeholderIcon: PlaceholderIcon,
components/base/avatar/avatar-profile-photo.tsx:46
FunctionAvatarRadius
({ avatars = [], ...props }: AvatarRadiusProps)
components/application/empty-state/empty-state.tsx:148
FunctionAvatarRow
({ avatars = [], children, ...props }: AvatarRowProps)
components/application/empty-state/empty-state.tsx:200
FunctionAydenIcon
(props: SVGProps<SVGSVGElement>)
components/foundations/payment-icons/ayden-icon.tsx:5
FunctionBackgroundPattern
(props: BackgroundPatternProps)
components/shared-assets/background-patterns/index.tsx:22
FunctionBadge
(props: BadgeProps<T>)
components/base/badges/badges.tsx:124
FunctionBadgeColor
()
components/base/badges/badges.demo.tsx:45
FunctionBadgeColor
()
components/base/badges/badges.story.tsx:18
FunctionBadgeGroup
({ children, addonText, size = "md", color = "brand", theme = "light", align = "leadin
components/base/badges/badge-groups.tsx:120
FunctionBadgeIcon
(props: BadgeIconProps<T>)
components/base/badges/badges.tsx:389
FunctionBadgeModern
()
components/base/badges/badges.demo.tsx:65
next →1–100 of 1,064, ranked by callers