FlowConsent
ServicesBlogExtensionSolutionsPricingTry FlowConsent
FlowConsent

FlowConsent is a GDPR-compliant cookie consent management platform.

Product

  • Services
  • Extension
  • Extension support
  • Solutions
  • Pricing
  • FlowConsent App

Legal

  • Privacy Policy
  • Terms of Service
  • Legal notice

© 2026 FlowConsent by BeBranded. All rights reserved.

FrancaisDeutschEspanol

Does your website use third-party services? Get GDPR compliant in minutes.

Try FlowConsent
  1. Home
  2. Services
  3. Framework
  4. Ant Design
A

Ant Design

Other

Related services

_

_hyperscript

_hyperscript is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. _hyperscript supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, _hyperscript ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other
A

ABP Framework

ABP Framework is a development framework and toolkit providing developers with a structured foundation for building modern web applications. It offers reusable components, standardized architecture patterns, and comprehensive documentation. ABP Framework accelerates development through code generation, testing utilities, and build optimization. With an active community and extensive ecosystem, ABP Framework enables teams to build scalable, maintainable applications following industry best practices.

Other
A

Ace

Ace is a web technology service that provides essential functionality for websites and digital platforms. It delivers core capabilities that support site operations, content delivery, and user experience optimization. Ace integrates seamlessly with modern web architectures, ensuring reliable performance and compatibility across browsers and devices. Trusted by businesses worldwide, Ace helps organizations maintain robust websites that meet user expectations and technical requirements.

Other

Adobe ColdFusion

Adobe ColdFusion is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. Adobe ColdFusion supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, Adobe ColdFusion ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other

Adobe Flash

Adobe Flash is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. Adobe Flash supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, Adobe Flash ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other
A

Adobe GoLive

Adobe GoLive is a web technology service that provides essential functionality for websites and digital platforms. It delivers core capabilities that support site operations, content delivery, and user experience optimization. Adobe GoLive integrates seamlessly with modern web architectures, ensuring reliable performance and compatibility across browsers and devices. Trusted by businesses worldwide, Adobe GoLive helps organizations maintain robust websites that meet user expectations and technical requirements.

Other
Get compliant — Try FlowConsent free

Free plan · 10-min setup

What does Ant Design do?

Ant Design (antd) is the popular open source React UI component library originally created by Ant Group. When bundled directly with your application via npm it does not set cookies or send any data, so it raises no specific GDPR or ePrivacy concern. The picture changes when fonts, icons or scripts are loaded from a public CDN (alicdn.com, jsdelivr, unpkg), because the visitor's IP address is exposed to the CDN.

What is Ant Design?

Ant Design (antd) is one of the most widely used React UI component libraries, created by Ant Group and now maintained by an active open source community. It ships hundreds of accessible components (forms, tables, modals, charts) plus dedicated mobile (antd-mobile) and admin dashboard (Ant Design Pro) variants. Many European SaaS, fintech and admin tools rely on antd as their front end design system.

Cookies and identifiers

Ant Design itself does not set any cookie, write to local storage or open a network connection. It is a passive UI library that runs in the visitor''s browser. Privacy implications only emerge when the bundle is delivered from a public CDN, in which case the CDN sees the IP address, the user agent and the requested resource.

GDPR and ePrivacy implications

Article 5(3) ePrivacy is not engaged by a self bundled antd, because no information is read or written on the visitor''s device. When the library is loaded via alicdn.com (Alibaba Cloud, China) or another non EU CDN, the IP address transfer falls under Chapter V GDPR and requires either an adequacy decision (none for China), Standard Contractual Clauses or self hosting.

Get GDPR compliant in 10 minutes

Free plan available · No credit card required

Try FlowConsent free

Best practice: self bundle

The recommended approach for European compliance is to install antd from npm and bundle it with your application via Webpack, Vite or similar tooling. Static assets (fonts, icons) are served from your own domain, no third party request is made and no consent is required.

If you must use a CDN

If you load antd from a CDN, prefer European or globally distributed providers (Cloudflare, Fastly, jsdelivr) over China specific ones, document the transfer in your records of processing and mention the CDN in the privacy policy. Avoid using @ant-design/icons via alicdn unless you have signed Standard Contractual Clauses with the CDN operator.

Implementing antd compliantly

Bundle antd locally, set a strict Content Security Policy that prevents fallbacks to remote CDNs, and audit your build to confirm no external request is fired. If you really need a CDN, document the legal basis (legitimate interest in delivering the page) and disclose the transfer to visitors.

GDPR consent category

Other

Websites using Ant Design must obtain user consent under GDPR regulations.

Legal basisWhen self bundled, no separate legal basis is needed because no personal data is processed. When loaded from a public CDN, legitimate interests under Article 6(1)(f) GDPR can apply for the technical loading, but a CMP exception or self hosting is recommended.
Risk levellow
Applicable regulationsGDPR (only if loaded from a third party CDN), ePrivacy Directive (only if cookies are set, which is not the case for the library itself)

DPIA considerations

A DPIA is normally not needed for a self bundled UI library. It can be relevant when antd is part of a larger application that processes sensitive personal data, or when fonts and icons are loaded from a CDN located outside the EU.

Sample consent text

This site uses Ant Design, a React UI library, bundled directly with our application. No third party cookie is set by the library itself. If components or fonts are loaded from a public CDN, your IP address may be sent to the CDN provider, which is necessary to deliver the page.

Technical details

Tracking methodReact UI component library bundled into the application JavaScript and CSS. When loaded from npm and self bundled it makes no network call; when antd bundles or icons are loaded from a public CDN (jsdelivr, unpkg, alicdn) the visitor's IP address is exposed to the CDN.
Server locationSource code on GitHub (Microsoft, US). When served via the official Alibaba CDN (alicdn.com), files are delivered from China based infrastructure with global edges.
Cookieless tracking availableYes
Data transferred outside the EUWhen loaded from a public CDN, the visitor's IP address is sent to the CDN provider (China based alicdn, US based jsdelivr/unpkg). Self bundling the library through npm avoids any third country transfer.

Third-party domains contacted

ant.designgw.alipayobjects.comcdn.jsdelivr.netunpkg.com

Cookies placed

NameTypeDurationPurpose
No cookiesfirst_partyn/aAnt Design does not set any cookie. Cookie related impacts only come from CDN providers (Cloudflare __cf_bm, alicdn) when antd is loaded externally.

This service may collect user data. Ensure GDPR compliance with FlowConsent.

Get started freeScan your site

Frequently asked questions

Does Ant Design set cookies?

No. The library itself does not set any cookie or write to local storage. It is a passive React component library that runs entirely in the browser.

Does Ant Design require consent?

No, when antd is bundled with your application via npm, no consent is required. Consent considerations only arise when antd is loaded from a public CDN that may receive the visitor's IP address.

What is the legal basis?

For self bundled antd, no legal basis is needed because no personal data is processed. For CDN delivered antd, legitimate interests under Article 6(1)(f) GDPR can support the technical loading.

Are data transferred outside the EU?

Only if you load antd from a non EU CDN. The official alicdn.com is operated by Alibaba Cloud in China; jsdelivr and unpkg use mostly US infrastructure with Cloudflare edges. Self bundling avoids the question entirely.

Do I need a DPIA for Ant Design?

No, a DPIA is not required for the library itself. It can be appropriate for the parent application if it processes special categories of data or large scale profiling.

How do I deploy antd compliantly?

Install antd via npm, bundle it with Webpack or Vite, serve fonts and icons from your own domain, and set a strict Content Security Policy preventing third party CDN fallbacks.

Are there alternatives to Ant Design?

Other React UI libraries with EU friendly hosting include Material UI (npm bundled), Chakra UI (npm), Mantine (npm) or Radix UI primitives, all of which can be self bundled.

Should I mention Ant Design in my cookie policy?

Only if you load it from a third party CDN. If antd is self bundled, no specific mention is required because no third party processing takes place.