logoAnt Design

⌘ K
  • Design
  • Development
  • Components
  • Blog
  • Resources
5.25.4
  • Ant Design of React
  • Changelog
    v5.25.4
  • Basic Usage
    • Getting Started
    • Usage with Vite
    • Usage with Next.js
      Updated
    • Usage with Umi
    • Usage with Rsbuild
    • Usage with Farm
    • Usage with Refine
  • Advanced
    • Customize Theme
    • CSS Compatible
    • Server Side Rendering
    • CSS Variables
      New
    • Use custom date library
    • Internationalization
    • Common Props
    • React 19 Compatibility
      New
  • Migration
    • V4 to V5
    • Less variables to Component Token
  • Other
    • Third-Party Libraries
    • Contributing
    • FAQ
How to use Component Token
Component Token
Alert
Anchor
Avatar
Badge
BreadCrumb
Button
Calendar
Card
Carousel
Cascader
Checkbox
Collapse
DatePicker
Descriptions
Divider
Drawer
Dropdown
Empty
Form
Image
Input
InputNumber
Layout
List
Mentions
Menu
Message
Modal
Pagination
Popover>
Progress
Radio
Rate
Result
Segment
Select
Skeleton
Slider
Spin
Statistic
Step
Switch
Table
Tabs
Tag
Timeline
Tooltip
Transfer
Tree 树形控件
Typography
Upload

Less variables to Component Token

contributors
  • V4 to V5Third-Party Libraries

    Resources

    Ant Design X
    Ant Design Charts
    Ant Design Pro
    Pro Components
    Ant Design Mobile
    Ant Design Mini
    Ant Design Web3
    Ant Design Landing-Landing Templates
    Scaffolds-Scaffold Market
    Umi-React Application Framework
    dumi-Component doc generator
    qiankun-Micro-Frontends Framework
    Ant Motion-Motion Solution
    China Mirror 🇨🇳

    Community

    Awesome Ant Design
    Medium
    Twitter
    yuque logoAnt Design in YuQue
    Ant Design in Zhihu
    Experience Cloud Blog
    seeconf logoSEE Conf-Experience Tech Conference

    Help

    GitHub
    Change Log
    FAQ
    Bug Report
    Issues
    Discussions
    StackOverflow
    SegmentFault

    Ant XTech logoMore Products

    yuque logoYuQue-Document Collaboration Platform
    AntV logoAntV-Data Visualization
    Egg logoEgg-Enterprise Node.js Framework
    Kitchen logoKitchen-Sketch Toolkit
    Galacean logoGalacean-Interactive Graphics Solution
    xtech logoAnt Financial Experience Tech
    Theme Editor
    Made with ❤ by
    Ant Group and Ant Design Community

    This document contains the correspondence between all the less variables related to components in version 4.x and the Component Token in version 5.x. If you are upgrading from version 4.x to version 5.x, you can quickly find the corresponding Component Token through this comparison table.

    Note

    There are still some less variables that do not have a corresponding Component Token, and these variables have been deprecated in version 5.x.

    How to use Component Token

    We could configure global token and component token for each component through the theme property of ConfigProvider.

    tsx
    import React from 'react';
    import { Checkbox, ConfigProvider, Radio } from 'antd';
    const App: React.FC = () => (
    <ConfigProvider
    theme={{
    components: {
    Radio: {
    colorPrimary: '#00b96b',
    },
    Checkbox: {
    colorPrimary: '#ff4d4f',
    },
    },
    }}
    >
    <Radio>Radio</Radio>
    <Checkbox>Checkbox</Checkbox>
    </ConfigProvider>
    );
    export default App;

    Component Token

    Alert

    Less variablesComponent TokenNote
    @alert-success-border-colorcolorSuccessBorderGlobal token
    @alert-success-bg-colorcolorSuccessBgGlobal token
    @alert-success-icon-colorcolorSuccessGlobal token
    @alert-info-border-colorcolorInfoBorderGlobal token
    @alert-info-bg-colorcolorInfoBgGlobal token
    @alert-info-icon-colorcolorInfoGlobal token
    @alert-warning-border-colorcolorWarningBorderGlobal token
    @alert-warning-bg-colorcolorWarningBgGlobal token
    @alert-warning-icon-colorcolorWarningGlobal token
    @alert-error-border-colorcolorErrorBorderGlobal token
    @alert-error-bg-colorcolorErrorBgGlobal token
    @alert-error-icon-colorcolorErrorGlobal token
    @alert-message-colorcolorTextHeadingGlobal token
    @alert-text-colorcolorTextGlobal Token
    @alert-close-colorcolorIconGlobal token
    @alert-close-hover-colorcolorIconHoverGlobal token
    @alert-padding-verticaldefaultPaddingControl the whole padding
    @alert-padding-horizontaldefaultPaddingControl the whole padding
    @alert-no-icon-padding-vertical-Deprecated
    @alert-with-description-no-icon-padding-verticalwithDescriptionPaddingControl the whole padding
    @alert-with-description-padding-verticalwithDescriptionPaddingControl the whole padding
    @alert-with-description-paddingwithDescriptionPaddingControl the whole padding
    @alert-icon-top-Deprecated
    @alert-with-description-icon-sizewithDescriptionIconSize-

    Anchor

    Less variablesComponent TokenNote
    @anchor-bg'-'Can be modified directly by className or style
    @anchor-border-colorcolorSplitGlobalToken
    @anchor-link-toplinkPaddingBlock-
    @anchor-link-leftlinkPaddingInlineStart-
    @anchor-link-padding-${linkPaddingBlock}px ${linkPaddingInlineStart}px

    Avatar

    Less variablesComponent TokenNote
    @avatar-size-basecontainerSize-
    @avatar-size-lgcontainerSizeLG-
    @avatar-size-smcontainerSizeSM-
    @avatar-font-size-basetextFontSize-
    @avatar-font-size-lgtextFontSizeLG-
    @avatar-font-size-smtextFontSizeSM-
    @avatar-bg-Can be directly overridden by className or style
    @avatar-colorcolorTextLightSolidGlobal Token
    @avatar-border-radiusborderRadiusGlobal Token
    @avatar-group-overlapping-Deprecated for style change
    @avatar-group-spacegroupSpace-
    @avatar-group-border-colorcolorBorderBgGlobal Token

    Badge

    Less variablesComponent TokenNote
    @zindex-badgeindicatorZIndex-
    @badge-heightindicatorHeight-
    @badge-height-smindicatorHeightSM-
    @badge-dot-sizedotSize-
    @badge-font-sizetextFontSize-
    @badge-font-size-smtextFontSizeSM-
    @badge-font-weighttextFontWeight-
    @badge-status-sizestatusSize-
    @badge-text-colorcolorBgContainerGlobal Token
    @badge-colorcolorErrorGlobal Token

    BreadCrumb

    Less variablesComponent TokenNote
    @breadcrumb-base-coloritemColor-
    @breadcrumb-last-item-colorlastItemColor-
    @breadcrumb-font-sizefontSizeGlobalToken
    @breadcrumb-icon-font-sizeiconFontSize-
    @breadcrumb-link-colorlinkColor-
    @breadcrumb-link-color-hoverlinkHoverColor-
    @breadcrumb-separator-colorseparatorColor-
    @breadcrumb-separator-marginseparatorMargin-

    Button

    Less variablesComponent TokenNote
    @btn-font-weightfontWeight-
    @btn-border-radius-baseborderRadiusGlobal Token
    @btn-border-radius-smborderRadisuSMGlobal Token
    @btn-border-widthlineWidthGlobal Token
    @btn-border-stylelineStyleGlobal Token
    @btn-shadowdefaultShadow-
    @btn-primary-shadowprimaryShadow-
    @btn-text-shadow-Deprecated for no text-shadow any more
    @btn-primary-colorprimaryColor-
    @btn-primary-bgcolorPrimaryGlobal Token
    @btn-default-colorcolorTextGlobal Token
    @btn-default-bgcolorBgContainerGlobal Token
    @btn-default-bordercolorBorderGlobal Token
    @btn-danger-colordangerColor-
    @btn-danger-bgcolorErrorGlobal Token
    @btn-danger-bordercolorErrorGlobal Token
    @btn-disable-colorcolorTextDisabledGlobal Token
    @btn-disable-bgcolorBgContainerDisabledGlobal Token
    @btn-disable-borderborderColorDisabled-
    @btn-default-ghost-colordefaultGhostColor-
    @btn-default-ghost-bgghostBg-
    @btn-default-ghost-borderdefaultGhostBorderColor-
    @btn-font-size-lgfontSizeLGGlobal Token
    @btn-font-size-smfontSizeSMGlobal Token
    @btn-padding-horizontal-basepaddingInline-
    @btn-padding-horizontal-lgpaddingInlineLG-
    @btn-padding-horizontal-smpaddingInlineSM-
    @btn-height-basecontrolHeightGlobal Token
    @btn-height-lgcontrolHeightLGGlobal Token
    @btn-height-smcontrolHeightSMGlobal Token
    @btn-line-heightlineHeightGlobal Token
    @btn-circle-sizecontrolHeightGlobal Token
    @btn-circle-size-lgcontrolHeightLGGlobal Token
    @btn-circle-size-smcontrolHeightSMGlobal Token
    @btn-square-sizecontrolHeightGlobal Token
    @btn-square-size-lgcontrolHeightLGGlobal Token
    @btn-square-size-smcontrolHeightSMGlobal Token
    @btn-square-only-icon-sizeonlyIconSize-
    @btn-square-only-icon-size-smonlyIconSizeSM-
    @btn-square-only-icon-size-lgonlyIconSizeLG-
    @btn-group-bordergroupBorderColor-
    @btn-link-hover-bglinkHoverBg-
    @btn-text-hover-bgtextHoverBg-

    Calendar

    Less variablesComponent TokenNote
    @calendar-bg-Deprecated for style change
    @calendar-input-bg-Deprecated for style change
    @calendar-border-color-Deprecated for style change
    @calendar-item-active-bgitemActiveBg-
    @calendar-column-active-bg-Deprecated for style change
    @calendar-full-bgfullBg-
    @calendar-full-panel-bgfullPanelBg-

    Card

    Less variablesComponent TokenNote
    @card-head-colorcolorTextHeadingGlobal Token
    @card-head-backgroundheaderBg-
    @card-head-font-sizeheaderFontSize-
    @card-head-font-size-smheaderFontSizeSM-
    @card-head-padding-Deprecated
    @card-head-padding-sm-Deprecated
    @card-head-heightheaderHeight-
    @card-head-height-smheaderHeightSM-
    @card-inner-head-padding-Deprecated
    @card-padding-basecardPaddingBase-
    @card-padding-base-smcardPaddingBaseSm-
    @card-actions-backgroundactionsBackground-
    @card-actions-li-marginactionsLiMargin-
    @card-skeleton-bg-Deprecated in favor of internal Skeleton
    @card-backgroundcolorBgContainerGlobal Token
    @card-shadow-Could be modified by className or style directly
    @card-radiusborderRadiusLGGlobal Token
    @card-head-tabs-margin-bottomtabsMarginBottom-
    @card-head-extra-colorextraColor-

    Carousel

    Less variablesComponent TokenNote
    @carousel-dot-widthdotWidth-
    @carousel-dot-heightdotHeight-
    @carousel-dot-active-widthdotActiveWidth-

    Cascader

    Less variablesComponent TokenNote
    @cascader-bg-Deprecated
    @cascader-item-selected-bgoptionSelectedBg-
    @cascader-menu-bg-Deprecated
    @cascader-menu-border-color-splitcolorSplitGlobal Token
    @cascader-dropdown-vertical-paddingoptionPadding-
    @cascader-dropdown-edge-child-vertical-paddingmenuPadding-
    @cascader-dropdown-font-size-Deprecated
    @cascader-dropdown-line-heightlineHeightGlobal Token

    Checkbox

    Less variablesComponent TokenNote
    @checkbox-sizecontrolInteractiveSizeGlobalToken
    @checkbox-colorcolorPrimary-
    @checkbox-check-colorcolorWhite-
    @checkbox-check-bgcolorPrimaryGlobalToken
    @checkbox-border-widthlineWidth-
    @checkbox-border-radiusborderRadiusSM-
    @checkbox-group-item-margin-right-Deprecated for style change

    Collapse

    Less variablesComponent TokenNote
    @collapse-header-paddingheaderPadding-
    @collapse-header-padding-extra-Depreacated
    @collapse-header-bgheaderBg-
    @collapse-content-paddingcontentPadding-
    @collapse-content-bgcontentBg-
    @collapse-header-arrow-left-Deprecated

    DatePicker

    Less variablesComponent TokenNote
    @picker-bgcolorBgContainerGlobal Token
    @picker-basic-cell-hover-colorcellHoverBg-
    @picker-basic-cell-active-with-range-colorcellActiveWithRangeBg-
    @picker-basic-cell-hover-with-range-colorcellHoverWithRangeBg-
    @picker-basic-cell-disabled-bgcellBgDisabled-
    @picker-border-colorcolorSplitGlobal Token
    @picker-date-hover-range-border-colorcellRangeBorderColor-
    @picker-date-hover-range-colorcellHoverWithRangeColor-
    @picker-time-panel-column-widthtimeColumnWidth-
    @picker-time-panel-column-heighttimeColumnHeight-
    @picker-time-panel-cell-heighttimeCellHeight-
    @picker-panel-cell-heightcellHeight-
    @picker-panel-cell-widthcellWidth-
    @picker-text-heighttextHeight-
    @picker-panel-without-time-cell-heightwithoutTimeCellHeight-

    Descriptions

    Less variablesComponent TokenNote
    @descriptions-bglabelBg-
    @descriptions-title-margin-bottomtitleMarginBottom-
    @descriptions-default-paddingpadding, paddingLGGlobalToken, used as ${token.padding}px ${token.paddingLG}px
    @descriptions-middle-paddingpaddingSM, paddingLGGlobalToken, used as ${token.paddingSM}px ${token.paddingLG}px
    @descriptions-small-paddingpaddingXS, paddingGlobalToken, used as ${token.paddingXS}px ${token.padding}px
    @descriptions-item-padding-bottomitemPaddingBottom-
    @descriptions-item-trailing-colon-Deprecated for style change
    @descriptions-item-label-colon-margin-rightcolonMarginRight-
    @descriptions-item-label-colon-margin-leftcolonMarginLeft-
    @descriptions-extra-colorextraColor-

    Divider

    Less variablesComponent TokenNote
    ---------
    @divider-text-paddingtextPaddingInline-
    @divider-orientation-marginorientationMargin-
    @divider-colorcolorSplitGlobal Token
    @divider-vertical-gutterverticalMarginInline-

    Drawer

    Less variablesComponent TokenNote
    @drawer-bgcolorBgElevatedGlobalToken
    @drawer-header-paddingpadding, paddingLGGlobalToken, used as ${padding}px ${paddingLG}px
    @drawer-title-font-sizefontSizeLGGlobalToken
    @drawer-title-line-heightlineHeightLGGlobalToken
    @drawer-body-paddingpaddingLGGlobalToken
    @drawer-footer-padding-verticalfooterPaddingBlockfooterPaddingBlock is a number without units, @drawer-footer-padding-vertical with units
    @drawer-footer-padding-horizontalfooterPaddingInlinefooterPaddingInline is a number without units, @drawer-footer-padding-horizontal with units

    Dropdown

    Less variablesComponent TokenNote
    @dropdown-selected-colorcolorPrimaryGlobalToken
    @dropdown-menu-submenu-disabled-bgcolorBgElevatedGlobalToken
    @dropdown-selected-bgcontrolItemBgActiveGlobalToken

    Empty

    Less variablesComponent TokenNote
    @empty-font-sizefontSizeGlobalToken

    Form

    Less variablesComponent TokenNote
    @label-required-colorlabelRequiredMarkColor-
    @label-colorlabelColor-
    @form-warning-input-bg-Deprecated
    @form-item-margin-bottomitemMarginBottom-
    @form-item-trailing-colon-Deprecated
    @form-vertical-label-paddingverticalLabelPadding-
    @form-vertical-label-marginverticalLabelMargin-
    @form-item-label-font-sizelabelFontSize-
    @form-item-label-heightlabelHeight-
    @form-item-label-colon-margin-rightlabelColonMarginInlineEnd-
    @form-item-label-colon-margin-leftlabelColonMarginInlineStart-
    @form-error-input-bg-Deprecated

    Image

    Less variablesComponent TokenNote
    @image-size-base-Deprecated for not used
    @image-font-size-base-Deprecated for not used
    @image-bgcolorFillTertiaryGlobalToken
    @image-colorcolorTextLightSolidGlobalToken
    @image-preview-operation-sizepreviewOperationSize-
    @image-preview-operation-colorpreviewOperationColor-
    @image-preview-operation-disabled-colorpreviewOperationColorDisabled-

    Input

    Less variablesComponent TokenNote
    @input-height-basecontrolHeightGlobal Token
    @input-height-lgcontrolHeightLGGlobal Token
    @input-height-smcontrolHeightSMGlobal Token
    @input-padding-horizontalpaddingInline-
    @input-padding-horizontal-basepaddingInline-
    @input-padding-horizontal-smpaddingInlineSM-
    @input-padding-horizontal-lgpaddingInlineLG-
    @input-padding-vertical-basepaddinBlock-
    @input-padding-vertical-smpaddingBlockSM-
    @input-padding-vertical-lgpaddingBlockLG-
    @input-placeholder-colorcolorTextPlaceholderGlobal Token
    @input-colorcolorTextGlobal Token
    @input-icon-color-已废弃
    @input-border-colorcolorBorderGlobal Token
    @input-bgcolorBgContainerGlobal Token
    @input-addon-bgaddonBg-
    @input-hover-border-colorhoverBorderColor-
    @input-disabled-bgcolorBgContainerDisabledGlobal Token
    @input-outline-offsetactiveShadowControl box-shadow when active
    @input-icon-hover-colorcolorIconHoverGlobal Token
    @input-disabled-colorcolorTextDisabledGlobal Token

    InputNumber

    Less variablesComponent TokenNote
    @input-number-hover-border-colorhoverBorderColor-
    @input-number-handler-active-bghandleActiveBg-
    @input-number-handler-hover-bghandleHoverColorWrong usage in 4.x, which is actually text color
    @input-number-handler-bghandleBg-
    @input-number-handler-border-colorhandleBorderColor-

    Layout

    Less variablesComponent TokenNote
    @layout-body-backgroundbodyBg-
    @layout-header-backgroundheaderBg-
    @layout-header-heightheaderHeight-
    @layout-header-paddingheaderPadding-
    @layout-header-colorheaderColor-
    @layout-footer-paddingfooterPadding-
    @layout-footer-backgroundfooterBg-
    @layout-sider-backgroundsiderBg-
    @layout-trigger-heighttriggerHeight-
    @layout-trigger-backgroundtriggerBg-
    @layout-trigger-colortriggerColor-
    @layout-zero-trigger-widthzeroTriggerWidth-
    @layout-zero-trigger-heightzeroTriggerHeight-
    @layout-sider-background-lightlightSiderBg-
    @layout-trigger-background-lightlightTriggerBg-
    @layout-trigger-color-lightlightTriggerColor-

    List

    Less variablesComponent TokenNote
    @list-header-backgroundheaderBg-
    @list-footer-backgroundfooterBg-
    @list-empty-text-paddingemptyTextPadding-
    @list-item-paddingitemPadding-
    @list-item-padding-smitemPaddingSM-
    @list-item-padding-lgitemPaddingLG-
    @list-item-meta-margin-bottommetaMarginBottom-
    @list-item-meta-avatar-margin-rightavatarMarginRight-
    @list-item-meta-title-margin-bottomtitleMarginBottom-
    @list-customize-card-bg-Deprecated for style change
    @list-item-meta-description-font-sizedescriptionFontSize-

    Mentions

    Less variablesComponent TokenNote
    @mentions-dropdown-bgcolorBgElevatedGlobalToken
    @mentions-dropdown-menu-item-hover-bg-Deprecated

    Menu

    Less variablesComponent TokenNote
    @menu-inline-toplevel-item-heightitemHeightSame as @menu-item-height
    @menu-item-heightitemHeight-
    @menu-item-group-heightgroupTitleLineHeight-
    @menu-collapsed-widthcollapsedWidth-
    @menu-bgitemBg-
    @menu-popup-bgpopupBg-
    @menu-item-coloritemColor-
    @menu-inline-submenu-bgsubMenuItemBg-
    @menu-highlight-coloritemSelectedColor-
    @menu-highlight-danger-colordangerItemSelectedColor-
    @menu-item-active-bgitemActiveBg-
    @menu-item-active-danger-bgdangerItemActiveBg-
    @menu-item-active-border-widthactiveBarBorderWidth-
    @menu-item-group-title-colorgroupTitleColor-
    @menu-item-vertical-marginitemMarginBlock-
    @menu-item-font-sizefontSizeGlobal Token
    @menu-item-boundary-margin-Deprecated in favor of new style, use itemMarginBlock instead
    @menu-item-padding-horizontalitemPaddingInline-
    @menu-item-padding-Depreacated, use itemPaddingInline and itemHeight instead
    @menu-horizontal-line-heighthorizontalLineHeight-
    @menu-icon-margin-righticonMarginInlineEnd-
    @menu-icon-sizeiconSize-
    @menu-icon-size-lghorizontalLineHeight-
    @menu-dark-colordarkItemColor-
    @menu-dark-danger-colordarkDangerItemColor-
    @menu-dark-bgdarkItemBg-
    @menu-dark-arrow-color-Deprecated, and same as text color
    @menu-dark-inline-submenu-bgdarkSubMenuItemBg-
    @menu-dark-highlight-colordarkItemSelectedColor-
    @menu-dark-item-active-bgdarkItemSelectedBg-
    @menu-dark-item-active-danger-bgdarkDangerItemSelectedBg-
    @menu-dark-selected-item-icon-color-Deprecated, same as darkItemSelectedColor
    @menu-dark-selected-item-text-color-Deprecated, same as darkItemSelectedColor
    @menu-dark-item-hover-bgdarkItemHoverBg-

    Message

    Less variablesComponent TokenNote
    @zindex-messagezIndexPopup-
    @message-notice-content-paddingcontentPadding-
    @message-notice-content-bgcontentBg-

    Modal

    Less variablesComponent TokenNote
    @modal-header-padding-vertical-Deprecated for style change
    @modal-header-padding-horizontal-Deprecated for style change
    @modal-body-padding-Deprecated for style change
    @modal-header-bgheaderBg-
    @modal-header-padding-Deprecated for style change
    @modal-header-border-width-Deprecated for style change
    @modal-header-border-style-Deprecated for style change
    @modal-header-title-line-heighttitleLineHeight-
    @modal-header-title-font-sizetitleFontSize-
    @modal-header-border-color-split-Deprecated for style change
    @modal-header-close-size-Deprecated for style change
    @modal-content-bgcontentBg-
    @modal-heading-colortitleColor-
    @modal-close-colorcolorIconGlobalToken
    @modal-footer-bgfooterBg-
    @modal-footer-border-color-split-Deprecated for style change
    @modal-footer-border-style-Deprecated for style change
    @modal-footer-padding-vertical-Deprecated for style change
    @modal-footer-padding-horizontal-Deprecated for style change
    @modal-footer-border-width-Deprecated for style change
    @modal-mask-bgcolorBgMaskGlobalToken
    @modal-confirm-body-padding-Deprecated for style change
    @modal-confirm-title-font-sizetitleFontSize-
    @modal-border-radiusborderRadiusLGGlobalToken

    Pagination

    Less variablesComponent TokenNote
    @pagination-item-bgitemBg-
    @pagination-item-sizeitemSize-
    @pagination-item-size-smitemSizeSM-
    @pagination-font-familyfontFamilyGlobalToken
    @pagination-font-weight-activefontWeightStrongGlobalToken
    @pagination-item-bg-activeitemActiveBg-
    @pagination-item-link-bgitemLinkBg-
    @pagination-item-disabled-color-activeitemDisabledColorActive-
    @pagination-item-disabled-bg-activeitemDisabledBgActive-
    @pagination-item-input-bgitemInputBg-
    @pagination-mini-options-size-changer-topminiOptionsSizeChangerTop-

    Popover>

    Less variablesComponent TokenNote
    @popover-bgcolorBgElevatedGlobalToken
    @popover-colorcolorTextGlobalToken
    @popover-min-widthminWidth-
    @popover-min-height-Deprecated for style change
    @popover-arrow-widthsizePopupArrowGlobalToken
    @popover-arrow-color-Deprecated for style change
    @popover-arrow-outer-color-Deprecated for style change
    @popover-distancemarginXXSGlobal Token
    @popover-padding-horizontal-Deprecated for style change

    Progress

    Less variablesComponent TokenNote
    @progress-default-colordefaultColor-
    @progress-remaining-colorremainingColor-
    @progress-info-text-colorcolorTextGlobal Token
    @progress-text-colorcircleTextColor-
    @progress-radiuslineBorderRadius-
    @progress-steps-item-bgremainingColor-
    @progress-text-font-sizefontSizeSMGlobal Token
    @progress-circle-text-font-sizecircleTextFontSize-

    Radio

    Less variablesComponent TokenNote
    @radio-sizeradioSize-
    @radio-top-Deprecated
    @radio-border-widthlineWidthGlobal Token
    @radio-dot-sizedotSize-
    @radio-dot-color-Deprecated
    @radio-dot-disabled-colordotColorDisabled-
    @radio-solid-checked-colorbuttonSolidCheckedColor-
    @radio-button-bgbuttonBg-
    @radio-button-checked-bgbuttonCheckedBg-
    @radio-button-colorbuttonColor-
    @radio-button-hover-colorcolorPrimaryHoverGlobal Token
    @radio-button-active-colorcolorPrimaryActiveGlobal Token
    @radio-button-padding-horizontalbuttonPaddingInline-
    @radio-disabled-button-checked-bgbuttonCheckdBgDisabled-
    @radio-disabled-button-checked-colorbuttonCheckdColorDisabled-
    @radio-wrapper-margin-rightwrapperMarginInlineEnd-

    Rate

    Less variablesComponent TokenNote
    @rate-star-colorstarColor-
    @rate-star-bgstarBg-
    @rate-star-sizestarSize-
    @rate-star-hover-scalestarHoverScale-

    Result

    Less variablesComponent TokenNote
    @result-icon-font-sizeiconFontSize-
    @result-title-font-sizetitleFontSize-
    @result-subtitle-font-sizesubtitleFontSize-
    @result-extra-marginextraMargin-

    Segment

    Less variablesComponent TokenNote
    @segmented-container-paddingpadding-
    @segmented-label-coloritemColor-
    @segmented-hover-bgitemHoverBg-
    @segmented-bg-Could be customized with className or style
    @segmented-label-hover-coloritemHoverColor-
    @segmented-selected-bgitemSelectedBg-

    Select

    Less variablesComponent TokenNote
    @select-border-colorcolorBorderGlobal Token
    @select-item-selected-coloroptionSelectedColor-
    @select-item-selected-font-weightoptionSelectedFontWeight-
    @select-dropdown-bgcolorBgElevatedGlobal Token
    @select-item-selected-bgoptionSelectedBg-
    @select-item-active-bgoptionActiveBg-
    @select-dropdown-vertical-paddingoptionPaddingControl the whole padding
    @select-dropdown-font-sizeoptionFontSize-
    @select-dropdown-line-heightoptionLineHeight-
    @select-dropdown-heightoptionHeight-
    @select-backgroundselectorBg-
    @select-clear-backgroundclearBg-
    @select-selection-item-bgmultipleItemBg-
    @select-selection-item-border-colormultipleItemBorderColor-
    @select-single-item-height-lgsingleItemHeightLG-
    @select-multiple-item-heightmultipleItemHeight-
    @select-multiple-item-height-lgmultipleItemHeightLG-
    @select-multiple-item-spacing-half-Deprecated
    @select-multiple-disabled-backgroundmultipleSelectorBgDisabled-
    @select-multiple-item-disabled-colormultipleItemColorDisabled-
    @select-multiple-item-disabled-border-colormultipleItemBorderColorDisabled-

    Skeleton

    Less variablesComponent TokenNote
    @skeleton-block-radiusblockRadius-
    @skeleton-title-heighttitleHeight-
    @skeleton-colorgradientFromColor-
    @skeleton-to-colorgradientToColor-
    @skeleton-paragraph-margin-topparagraphMarginTop-
    @skeleton-paragraph-li-heightparagraphLiHeight-
    @skeleton-paragraph-li-margin-top-Deprecated for style change

    Slider

    Less variablesComponent TokenNote
    @slider-margin-Could be customized with className or style
    @slider-rail-background-colorrailBg-
    @slider-rail-background-color-hoverrailHoverBg-
    @slider-track-background-colortrackBg-
    @slider-track-background-color-hovertrackHoverBg-
    @slider-handle-border-widthhandleLineWidth-
    @slider-handle-background-color-Deprecated
    @slider-handle-colorhandleColor-
    @slider-handle-color-hoverhandleActiveColor-
    @slider-handle-color-focushandleActiveColor-
    @slider-handle-color-focus-shadow- Deprecated
    @slider-handle-color-tooltip-openhandleActiveColor-
    @slider-handle-sizehandleSize-
    @slider-handle-margin-top-Deprecated
    @slider-handle-margin-left-Deprecated
    @slider-handle-shadow-Deprecated
    @slider-dot-border-colordotBorderColor-
    @slider-dot-border-color-activedotActiveBorderColor-
    @slider-disabled-colortrackBgDisabled-
    @slider-disabled-background-color-Deprecated

    Spin

    Less variablesComponent TokenNote
    @spin-dot-size-smdotSizeSM-
    @spin-dot-sizedotSize-
    @spin-dot-size-lgdotSizeLG-

    Statistic

    Less variablesComponent TokenNote
    @statistic-title-font-sizetitleFontSize-
    @statistic-content-font-sizecontentFontSize-
    @statistic-font-familyfontFamilyGlobalToken

    Step

    Less variablesComponent TokenNote
    @process-tail-colorcolorSplitGlobalToken
    @steps-nav-arrow-colornavArrowColor-
    @steps-backgroundcolorBgContainer-
    @steps-icon-sizeiconSize-
    @steps-icon-custom-sizecustomIconSize-
    @steps-icon-custom-topcustomIconTop-
    @steps-icon-custom-font-sizecustomIconFontSize-
    @steps-icon-topiconTop-
    @steps-icon-font-sizeiconFontSize-
    @steps-icon-margin-Deprecated
    @steps-title-line-heighttitleLineHeight-
    @steps-small-icon-sizeiconSizeSM-
    @steps-small-icon-margin-Deprecated
    @steps-dot-sizedotSize-
    @steps-dot-top-Deprecated
    @steps-current-dot-sizedotCurrentSize-
    @steps-description-max-widthdescriptionMaxWidth-
    @steps-nav-content-max-widthstepsNavContentMaxWidth-
    @steps-vertical-icon-widthiconSize-
    @steps-vertical-tail-width-Deprecated
    @steps-vertical-tail-width-sm-Deprecated

    Switch

    Less variablesComponent TokenNote
    @switch-heighttrackHeight-
    @switch-sm-heighttrackHeightSM-
    @switch-min-widthtrackMinWidth-
    @switch-sm-min-widthtrackMinWidthSM-
    @switch-disabled-opacityopacityLoadingGlobal Token
    @switch-colorcolorPrimaryGlobal Token
    @switch-bghandleBg-
    @switch-shadow-colorhandleShadowControl box-shadow, not only shadow color
    @switch-paddingtrackPadding-
    @switch-inner-margin-mininnerMinMargin-
    @switch-inner-margin-maxinnerMaxMargin-
    @switch-sm-inner-margin-mininnerMinMarginSM-
    @switch-sm-inner-margin-maxinnerMaxMarginSM-

    Table

    Less variablesComponent TokenNote
    @table-bgcolorBgContainerGlobal Token
    @table-header-bgheaderBg-
    @table-header-colorheaderColor-
    @table-header-sort-bgheaderSortActiveBg-
    @table-body-sort-bgbodySortActiveBg-
    @table-row-hover-bgrowHoverBg-
    @table-selected-row-colorcolorTextGlobal Token
    @table-selected-row-bgrowSelectedBg-
    @table-body-selected-sort-bg-Deprecated, same as rowSelectedBg
    @table-selected-row-hover-bgrowSelectedHoverBg-
    @table-expanded-row-bgrowExpandedBg-
    @table-padding-verticalcellPaddingBlock-
    @table-padding-horizontalcellPaddingInline-
    @table-padding-vertical-mdcellPaddingBlockMD-
    @table-padding-horizontal-mdcellPaddingInlineMD-
    @table-padding-vertical-smcellPaddingBlockSM-
    @table-padding-horizontal-smcellPaddingInlineSM-
    @table-border-colorborderColor-
    @table-border-radius-baseheaderBorderRadius-
    @table-footer-bgfooterBg-
    @table-footer-colorfooterColor-
    @table-header-bg-sm-Deprecated, same as headerBg
    @table-font-sizecellFontSize-
    @table-font-size-mdcellFontSizeMD-
    @table-font-size-smcellFontSizeSM-
    @table-header-cell-split-colorheaderSplitColor-
    @table-header-sort-active-bgheaderSortHoverBgMisused in v4, and used as hover bg actually
    @table-fixed-header-sort-active-bgfixedHeaderSortActiveBg-
    @table-header-filter-active-bgheaderFilterHoverBg-
    @table-filter-btns-bg-Deprecated, same as filterDropdownBg
    @table-filter-dropdown-bgfilterDropdownBg-
    @table-expand-icon-bgexpandIconBg-
    @table-selection-column-widthselectionColumnWidth-
    @table-sticky-scroll-bar-bgstickyScrollBarBg-
    @table-sticky-scroll-bar-radiusstickyScrollBarBorderRadius-

    Tabs

    Less variablesComponent TokenNote
    @tabs-card-head-backgroundcardBg-
    @tabs-card-heightcardHeight-
    @tabs-card-active-coloritemSelectedColor-
    @tabs-card-horizontal-paddingcardPadding-
    @tabs-card-horizontal-padding-smcardPaddingSM-
    @tabs-card-horizontal-padding-lgcardPaddingLG-
    @tabs-title-font-sizetitleFontSize-
    @tabs-title-font-size-lgtitleFontSizeLG-
    @tabs-title-font-size-smtitleFontSizeSM-
    @tabs-ink-bar-colorinkBarColor-
    @tabs-bar-marginhorizontalMargin-
    @tabs-horizontal-gutterhorizontalItemGutter-
    @tabs-horizontal-marginhorizontalItemMargin-
    @tabs-horizontal-margin-rtlhorizontalItemMarginRTL-
    @tabs-horizontal-paddinghorizontalItemPadding-
    @tabs-horizontal-padding-lghorizontalItemPaddingLG-
    @tabs-horizontal-padding-smhorizontalItemPaddingSM-
    @tabs-vertical-paddingverticalItemPadding-
    @tabs-vertical-marginverticalItemMargin-
    @tabs-scrolling-size-Deprecated
    @tabs-highlight-coloritemSelectedColor-
    @tabs-hover-coloritemHoverColor-
    @tabs-active-coloritemActiveColor-
    @tabs-card-guttercardGutter-
    @tabs-card-tab-active-border-top-Deprecated

    Tag

    Less variablesComponent TokenNote
    @tag-border-radiusborderRadiusSMGlobal Token
    @tag-default-bgdefaultBg-
    @tag-default-colordefaultColor-
    @tag-font-sizefontSizeSMGlobal Token
    @tag-line-heightlineHeightSMGlobal Token

    Timeline

    Less variablesComponent TokenNote
    @timeline-widthtailWidthtailWidth is a number without units, @timeline-width with units
    @timeline-colortailColor-
    @timeline-dot-border-widthdotBorderWidth-
    @timeline-dot-color-Deprecated
    @timeline-dot-bgdotBg-
    @timeline-item-padding-bottomitemPaddingBottom-

    Tooltip

    Less variablesComponent TokenNote
    @tooltip-max-width-Can be directly modified by className or style
    @tooltip-colorcolorTextLightSolidGlobal Token
    @tooltip-bgcolorBgSpotlightGlobal Token
    @tooltip-arrow-widthsizePopupArrowGlobal Token
    @tooltip-distancemarginXXSGlobal Token
    @tooltip-arrow-color-same as @tooltip-bg, Deprecated
    @tooltip-border-radiusborderRadiusGlobal Token

    Transfer

    Less variablesComponent TokenNote
    @transfer-header-heightheaderHeight-
    @transfer-item-heightitemHeight-
    @transfer-disabled-bgcolorBgContainerDisabledGlobal Token
    @transfer-list-heightlistHeight-
    @transfer-item-hover-bgcontrolItemBgHoverGlobal Token
    @transfer-item-selected-hover-bgcontrolItemBgActiveHoverGlobal Token
    @transfer-item-padding-verticalitemPaddingBlock-
    @transfer-list-search-icon-top-Deprecated

    Tree 树形控件

    Less variablesComponent TokenNote
    @tree-bgcolorBgContainerGlobal Token
    @tree-title-heighttitleHeight-
    @tree-child-padding-Deprecated
    @tree-directory-selected-colordirectoryNodeSelectedColor-
    @tree-directory-selected-bgdirectoryNodeSelectedBg-
    @tree-node-hover-bgnodeHoverBg-
    @tree-node-selected-bgnodeSelectedBg-

    Typography

    Less variablesComponent TokenNote
    @typography-title-font-weightfontWeightStrongGlobal Token
    @typography-title-margin-toptitleMarginTop-
    @typography-title-margin-bottomtitleMarginBottom-

    Upload

    Less variablesComponent TokenNote
    @upload-actions-coloractionsColor-