new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Ant Design · all subjects

getting-started

257 notes in this subject, read out of this brain and free to use. This is page 5 of 5.

Ant Design components available in Plasmic

Plasmic, a React visual builder, offers drag-and-drop live Ant Design components with the ability to manipulate props at https://www.plasmic.app/ant-design.

Ant Design Chart Sketch Symbols available

Official Ant Design provides Sketch Symbols for chart components as a design resource.

Kitchen Sketch plugin collection available

Kitchen is an official Sketch plugin collection provided by Ant Design to assist with design work. It is accessible at http://kitchen.alipay.com.

Ant Design Landing templates available

Ant Design provides landing page templates as design resources, accessible at https://landing.ant.design/docs/download-cn.

Ant Design adoption timeline and scope

Starting in April 2015, Ant Design specification has been adopted by increasing numbers of Ant Financial products, covering multiple business lines and more than 80 applications.

Ant Design adoption across Ant Group

Ant Design has been rapidly promoted across Ant Group's middle and background product lines since April 2015. It covers more than 800 systems and interfaces multiple business lines.

Ant Design Pro purpose and features

Ant Design Pro is an enterprise-level middle and background front-end and design solution. It inherits Ant Design's design values and builds upon design specifications and base components to extract typical templates, business components, and matching design resources. It enhances the experience for users and designers in enterprise-level middle and background product design and development.

React as primary front-end implementation

React is used to encapsulate Ant Design's component library which embodies the design language. The community is also welcome to implement the design system in other front-end frameworks.

Official and community framework implementations

Ant Design has multiple framework implementations: Ant Design of React (official), NG-ZORRO for Angular, NG-ZORRO-MOBILE for Angular Mobile, Ant Design of Vue, Ant Design Vue Next, Ant Design Blazor, San UI Toolkit, antizer for ClojureScript, and AtomUI for Avalonia/.NET.

Community framework implementations of Ant Design

Community implementations of Ant Design exist for multiple frameworks: NG-ZORRO (Angular) at ng.ant.design, NG-ZORRO-MOBILE (Angular Mobile) at ng.mobile.ant.design, Ant Design of Vue at antdv.com, Ant Design Vue Next at antdv-next.com, Ant Design Blazor at antblazor.com, San UI Toolkit for Ant Design at ecomfe.github.io/santd, antizer (ClojureScript) at github.com/priornix/antizer, and AtomUI (Avalonia/.NET) at github.com/atomui/atomui.

Official React implementation of Ant Design

Ant Design of React is the official React component library implementation, available at /docs/react/introduce.

Ant Design design pattern resources

Resources include: (1) Ant Design Pro - an out-of-the-box solution with 20+ templates and 10+ business components; (2) React official implementation (components/overview-cn) - the Ant Design React UI library has 60+ basic components; (3) Axure Design Library (library.ant.design) - includes Axure resource packages to make prototypes look like visual sketches, including templates and components.

New language locales added

Version 6.5.0 added 8 new language Form `defaultValidateMessages`. Version 6.3.2 added es_US locale. Version 6.5.0 added sq_AL (Albanian) locale and km_KH (Khmer) locale for Tour.

Agent Readiness files added to ant.design

Version 6.4.0 added Agent Readiness files including robots.txt, sitemap, agent-skills, and api-catalog to improve ant.design friendliness for AI agents.

Ant Design TypeScript support

Ant Design is written in TypeScript and provides complete type definitions.

Installation methods for Ant Design

Ant Design can be installed using npm with 'npm install antd --save', yarn with 'yarn add antd', pnpm with 'pnpm add antd', or bun with 'bun add antd'.

Basic Ant Design example with Button and DatePicker

import React from 'react'; import { Button, DatePicker } from 'antd'; const App = () => ( <> <Button type="primary">PRESS ME</Button> <DatePicker /> </> ); export default App;

Give your agent this brain