Detect Ant Design
Ant Design is a UI library that can be used with data flow solutions and application frameworks in any React ecosystem.
Detection looks at javascript globals, dom selectors, html markup across 6 fingerprint rules among the site's public responses.
01
Websites using Ant Design
Loading website list…
02
Signal classes
PluginView evaluates public page signals in these classes when identifying Ant Design. Individual fingerprint rule bodies are proprietary and are not published.
- JavaScript globals
- DOM selectors
- HTML markup
03
Example public indicators for Ant Design
Illustrative indicators derived from public catalog metadata for Ant Design. A live scan may match additional proprietary rules beyond these examples.
- __ANTD_STYLE_CACHE_MANAGER_FOR_SSR__
- antd.version:
- div
- link
- <*class="ant-btncolrowlayoutbreadcrumbmenupaginationstepsselectcascader…
- <i class="anticon anticon-
04
What a detection means
- Establishes
- One or more public signals on the scanned page matched a known Ant Design signature (6 rules) at the time of the scan.
- Does not establish
- A sitewide install of Ant Design, an active vendor contract, exclusive use, or that Ant Design is still in place today.
05
How to check a site for Ant Design
- 1. Enter the website URL in the scan form — homepage, pricing, checkout, or login pages usually expose the strongest Ant Design signals.
- 2. PluginView reads only public responses (javascript globals, dom selectors, html markup) and scores them against the Ant Design signature set (6 rules).
- 3. Review the confidence score and text explanation for Ant Design on the results page.
06
FAQ: detecting Ant Design
- Can PluginView detect Ant Design without logging in?
- Yes. PluginView only reads publicly accessible responses when checking for Ant Design — typically javascript globals, dom selectors, html markup. It does not bypass authentication or paywalls.
- What category is Ant Design?
- Ant Design is classified under UI frameworks in the PluginView directory.
- How many fingerprint rules cover Ant Design?
- This reference currently tracks 6 fingerprint rules across javascript globals, dom selectors, html markup. Individual rule bodies are proprietary and are not published.
- What public signals suggest a site uses Ant Design?
- Illustrative public indicators for Ant Design include __ANTD_STYLE_CACHE_MANAGER_FOR_SSR__; antd.version:; div. A live scan may match additional proprietary rules beyond these examples.