Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ant-design/ant-design
/ functions
Functions
4,337 in github.com/ant-design/ant-design
⨍
Functions
4,337
◇
Types & classes
861
↓ 1 callers
Function
genStickyStyle
(token)
components/table/style/sticky.ts:7
↓ 1 callers
Function
genSubMenuArrowStyle
(token)
components/menu/style/index.ts:489
↓ 1 callers
Function
genSummaryStyle
(token)
components/table/style/summary.ts:7
↓ 1 callers
Function
genSwitchHandleStyle
(token)
components/switch/style/index.ts:199
↓ 1 callers
Function
genSwitchInnerStyle
(token)
components/switch/style/index.ts:248
↓ 1 callers
Function
genSwitchLoadingStyle
(token)
components/switch/style/index.ts:180
↓ 1 callers
Function
genSwitchSmallStyle
(token)
components/switch/style/index.ts:87
↓ 1 callers
Function
genSwitchStyle
(token)
components/switch/style/index.ts:336
↓ 1 callers
Function
genTabStyle
(token)
components/tabs/style/index.ts:730
↓ 1 callers
Function
genTableStyle
(token)
components/table/style/index.ts:241
↓ 1 callers
Function
genTabsStyle
(token)
components/tabs/style/index.ts:938
↓ 1 callers
Function
genTagStatusStyle
( token: TagToken, status: 'success' | 'processing' | 'error' | 'warning', cssVariableType: CssVariableT
components/tag/style/statusCmp.ts:12
↓ 1 callers
Function
genTextArea
(props = {})
components/input/__tests__/textarea.test.tsx:54
↓ 1 callers
Function
genTextAreaStyle
(token)
components/input/style/textarea.ts:11
↓ 1 callers
Function
genTimelineStyle
(token)
components/timeline/style/index.ts:48
↓ 1 callers
Function
genTooltipStyle
(token)
components/tooltip/style/index.ts:41
↓ 1 callers
Function
genTransferCustomizeStyle
(token)
components/transfer/style/index.ts:45
↓ 1 callers
Function
genTransferListStyle
(token)
components/transfer/style/index.ts:111
↓ 1 callers
Function
genTransferRTLStyle
(token)
components/transfer/style/index.ts:364
↓ 1 callers
Function
genTransferStatusColor
(token: TransferToken, color: string)
components/transfer/style/index.ts:86
↓ 1 callers
Function
genTransferStatusStyle
(token)
components/transfer/style/index.ts:99
↓ 1 callers
Function
genTransferStyle
(token)
components/transfer/style/index.ts:320
↓ 1 callers
Function
genTreeNode
(parentId: number, isLeaf = false)
components/tree-select/demo/async.tsx:15
↓ 1 callers
Function
genTypeStyle
(token)
components/alert/style/index.ts:167
↓ 1 callers
Function
genUnderlinedStatusStyle
( token: InputToken, options: { status: string; borderColor: string; hoverBorderColor: string;
components/input/style/variants.ts:424
↓ 1 callers
Function
genVariantStyle
(token)
components/button/style/variant.ts:8
↓ 1 callers
Function
genVariantsStyle
(token)
components/date-picker/style/variants.ts:13
↓ 1 callers
Function
genVerticalBadgeButtonStyle
(radius: number)
components/radio/style/index.ts:116
↓ 1 callers
Function
genVerticalStyle
(token)
components/timeline/style/index.ts:153
↓ 1 callers
Function
genVerticalStyle
(token)
components/steps/style/vertical.ts:7
↓ 1 callers
Function
genVerticalStyle
(token)
components/form/style/index.ts:524
↓ 1 callers
Function
genVerticalStyle
(token)
components/slider/style/index.ts:460
↓ 1 callers
Function
genVirtualStyle
(token)
components/table/style/virtual.ts:7
↓ 1 callers
Function
generateCalendar
(generateConfig: GenerateConfig<DateType>)
components/calendar/generateCalendar.tsx:103
↓ 1 callers
Function
generateData
(n = 20)
components/transfer/__tests__/index.test.tsx:82
↓ 1 callers
Function
generateData
(_level: number, preKey = '0', tns = data)
components/tree/demo/drag-debug.tsx:11
↓ 1 callers
Function
generateData
(_level: number, _preKey?: React.Key, _tns?: TreeDataNode[])
components/tree/demo/search.tsx:12
↓ 1 callers
Function
generateData
(_level: number, _preKey?: React.Key, _tns?: TreeDataNode[])
components/tree/demo/draggable.tsx:10
↓ 1 callers
Function
generateLineReport
( badCase: IBadCase, publicPath: string, currentRef: string, extraCaption?: boolean, )
scripts/visual-regression/build.ts:188
↓ 1 callers
Function
generateList
(data: TreeDataNode[])
components/tree/demo/search.tsx:37
↓ 1 callers
Function
generateLocale
()
components/modal/locale.ts:10
↓ 1 callers
Function
generateMessagePurePanelStyle
(token)
components/message/style/index.ts:155
↓ 1 callers
Function
generateMessageStackStyle
(token)
components/message/style/index.ts:91
↓ 1 callers
Function
generateNeutralColorPalettes
( bgBaseColor: string, textBaseColor: string, shadowColor?: string, )
components/theme/themes/dark/colors.ts:22
↓ 1 callers
Function
generatePicker
( generateConfig: GenerateConfig<DateType>, )
components/date-picker/generatePicker/index.tsx:9
↓ 1 callers
Function
generateRangePicker
( generateConfig: GenerateConfig<DateType>, )
components/date-picker/generatePicker/generateRangePicker.tsx:33
↓ 1 callers
Function
generateReport
( badCases: IBadCase[], targetBranch: string, targetRef: string, currentRef: string, prId: string,
scripts/visual-regression/build.ts:256
↓ 1 callers
Function
generateTree
( treeNodes: TreeDataNode[] = [], checkedKeys: TreeTransferProps['targetKeys'] = [], )
components/transfer/demo/tree-transfer.tsx:17
↓ 1 callers
Function
generator
({ suffixCls, tagName, displayName }: GeneratorProps)
components/layout/layout.tsx:28
↓ 1 callers
Function
get
(obj: any, prop: any)
components/_util/hooks/useProxyImperativeHandle.ts:38
↓ 1 callers
Function
getActiveStep
(container: HTMLElement)
components/steps/__tests__/maxCount.test.tsx:42
↓ 1 callers
Function
getAgeIcon
(name: string)
components/table/__tests__/Table.sorter.test.tsx:693
↓ 1 callers
Function
getAlphaColor
(baseColor: string, alpha: number)
components/theme/themes/default/colorAlgorithm.ts:3
↓ 1 callers
Function
getAlphaColor
(baseColor: string, alpha: number)
components/theme/themes/dark/colorAlgorithm.ts:3
↓ 1 callers
Function
getArrowIcon
(type: 'left' | 'right', direction?: DirectionType)
components/transfer/Actions.tsx:26
↓ 1 callers
Function
getAvatarBasicProps
(hasTitle: boolean, hasParagraph: boolean)
components/skeleton/Skeleton.tsx:67
↓ 1 callers
Function
getBase64
(file: FileType)
components/upload/demo/file-type.tsx:16
↓ 1 callers
Function
getBase64
(file: FileType)
components/upload/demo/picture-card.tsx:8
↓ 1 callers
Function
getBase64
(img: FileType, callback: (url: string) => void)
components/upload/demo/avatar.tsx:8
↓ 1 callers
Function
getBase64
(file: FileType)
components/upload/demo/picture-circle.tsx:8
↓ 1 callers
Function
getBaseStyle
(token)
components/menu/style/index.ts:542
↓ 1 callers
Function
getBeamElement
(container: HTMLElement)
components/border-beam/__tests__/index.test.tsx:15
↓ 1 callers
Function
getBorderBeamGradient
(value?: BorderBeamColor)
components/border-beam/util.ts:44
↓ 1 callers
Function
getBranchLatestRef
(branchName: string)
scripts/visual-regression/build.ts:98
↓ 1 callers
Function
getBreadcrumbName
(route: InternalRouteType, params: any)
components/breadcrumb/useItemRender.tsx:15
↓ 1 callers
Function
getBuiltInPlacements
(popupOverflow?: PopupOverflow)
components/select/mergedBuiltinPlacements.ts:5
↓ 1 callers
Function
getCalcRows
( rowItems: InternalDescriptionsItemType[], mergedColumn: number, )
components/descriptions/hooks/useRow.ts:7
↓ 1 callers
Function
getCell
(text: string)
components/date-picker/__tests__/DatePicker.test.tsx:40
↓ 1 callers
Function
getChangelogByVersion
(content: string, vers: string)
scripts/check-version-md.ts:11
↓ 1 callers
Function
getCheckboxProps
(record: any)
components/table/__tests__/Table.rowSelection.test.tsx:605
↓ 1 callers
Function
getClips
( content: WatermarkContentLine[] | HTMLImageElement, rotate: number, ratio: number, width: nu
components/watermark/useClips.ts:41
↓ 1 callers
Function
getCloseIconConfig
( closeIcon: React.ReactNode, notificationConfig?: NotificationConfig, notification?: CPNotificationConf
components/notification/util.ts:29
↓ 1 callers
Function
getCollapsedIndexes
* Pick the real step indexes that should remain visible when `maxCount` applies. * First, last, and current are always kept. Remaining slots are fill
components/steps/useDisplaySteps.ts:72
↓ 1 callers
Function
getCollapsible
(collapsible?: PanelProps['collapsible'])
components/splitter/hooks/useItems.ts:15
↓ 1 callers
Function
getColumnKeys
(columns: ColumnsType<RecordType>, pos?: string)
components/table/hooks/useSorter.tsx:430
↓ 1 callers
Function
getColumnSearchProps
(dataIndex: DataIndex)
components/table/demo/measure-row-render.tsx:64
↓ 1 callers
Function
getColumnSearchProps
(dataIndex: DataIndex)
components/table/demo/custom-filter-panel.tsx:64
↓ 1 callers
Function
getColumns
()
components/masonry/__tests__/index.test.tsx:187
↓ 1 callers
Function
getColumns
()
components/table/__tests__/Table.filter.test.tsx:2777
↓ 1 callers
Function
getCommitSha
(ref: string)
scripts/visual-regression/local.ts:86
↓ 1 callers
Function
getCompactBorderStyle
(vertical?: boolean)
components/button/style/compact.ts:20
↓ 1 callers
Function
getComponentProps
(prop?: T | boolean)
components/skeleton/Skeleton.tsx:60
↓ 1 callers
Function
getComputedToken
( originToken: SeedToken, overrideToken: DesignTokenProviderProps['components'] & { override?: Partial
components/theme/useToken.ts:63
↓ 1 callers
Function
getConstrainedOffset
(rawOffset: number)
components/splitter/SplitBar.tsx:116
↓ 1 callers
Function
getConsumerSelector
(baseSelector: string, consumer: ZIndexConsumer)
components/_util/__tests__/useZIndex.test.tsx:210
↓ 1 callers
Function
getContentLines
( content: WatermarkContent | WatermarkContent[] | undefined, font: Required<WatermarkFont>, )
components/watermark/utils.ts:44
↓ 1 callers
Function
getCopyableStyles
(token)
components/typography/style/mixins.ts:280
↓ 1 callers
Function
getCurrentAnchor
()
components/anchor/__tests__/Anchor.test.tsx:635
↓ 1 callers
Function
getData
(length: number)
components/table/demo/virtual-list.tsx:95
↓ 1 callers
Function
getData
(date: Dayjs)
components/date-picker/design/demo/date-extra-info.tsx:67
↓ 1 callers
Function
getDescTitle
(value: number, desc: RateProps['tooltips'])
components/rate/demo/text.tsx:13
↓ 1 callers
Function
getDescription
(entity?: Line)
scripts/print-changelog.ts:63
↓ 1 callers
Function
getDisplayStep
* Normalize a real item into the collapsed display list. * The original item key is preserved when provided, otherwise the original index keeps * Re
components/steps/useDisplaySteps.ts:25
↓ 1 callers
Function
getDocsFromFlatDir
(dir: string, localeSuffix: string)
scripts/generate-contributors.ts:121
↓ 1 callers
Function
getDom
(id = 1)
components/list/__tests__/Item.test.tsx:211
↓ 1 callers
Function
getDropIndicatorStyle
(prefixCls: string, token: AliasToken)
components/tree/style/index.ts:86
↓ 1 callers
Function
getDropdown
(container: ReturnType<typeof render>['container'])
components/cascader/__tests__/index.test.tsx:28
↓ 1 callers
Function
getDropdownTrigger
()
components/table/hooks/useFilter/FilterDropdown.tsx:542
↓ 1 callers
Function
getEditableStyles
(token)
components/typography/style/mixins.ts:244
↓ 1 callers
Function
getElement
(container: HTMLElement)
tests/shared/focusTest.tsx:48
← previous
next →
801–900 of 4,337, ranked by callers