In Ant Design for React, components are constructed using design tokens, which are categorized into two main groups: component-specific tokens (used exclusively within each component) and global tokens (shared across components).
In the Ant Design System for Figma, variable names align with those in Ant Design for React. It's important to note that not all design tokens are utilized, though. We have omitted variables for components that aren't currently compatible with Figma and excluded those that aren't crucial for Figma's design, such as zIndex or motion-related tokens.
To customize components, you can adjust their variable values or reference different global variables. For instance, here's how you can edit the Button component:
When creating new components for use throughout the system, you should leverage variables from the Seed, Map, and Alias groups. To help you get started, we've provided an example of an AppHeader component and how you can implement the variables in Ant Design for React using design tokens. You can find it in the Edit Theme page in the Ant Design System for Figma. You can inspect its settings to see how we used the variables.
Below, you will find the aforementioned AppHeader component and how it may be coded in Ant Design of React with the use of design tokens.
Ant Design System for Figma’s components has been built with Figma Tokens. Each component uses its own token set that you should edit to make changes to the component. Below you can see an example of how to properly edit the button component. The procedure is the same for other components and tokens.
For example, if you want to change the base height of a button component.
After you edit the token, select Apply to document in the bottom-left menu and press the Update button in the Plugin. The plugin will apply your changes to the entire project (the process can take up to 10 minutes).
To avoid detaching typography styles, all components use the styles that reference the tokens, such as font-family or line-height.base. However, some components should reference their own typography semantic tokens as in the original Ant Design’s .less files. If you want to change the component’s text from a text style to a dedicated token, make sure to detach its style and add the token manually with the Figma Tokens plugin.
If you want to create new components, make sure to use design tokens from default / theme set, it will allow you to stay consistent with Ant Design documentation. You can learn more about how to apply tokens in the official Figma Tokens documentation.
Ant Design System for Figma’s components has been built with Figma Tokens. Below you can see an example of how to properly edit the button component. The procedure is the same for other components and tokens.
For example, if you want to check what tokens are used in the Button component.
For example, if you want to change the large height of a Button component.
After you edit the token, select Apply to document in the bottom-left menu and press the Update button in the Plugin. The plugin will apply your changes to the entire project (the process can take up to 10 minutes).
For example, if you want to change the base border radius (borderRadius) of a all components that use this token.
After you edit the token, select Apply to document in the bottom-left menu and press the Update button in the Plugin. The plugin will apply your changes to the entire project (the process can take up to 10 minutes).
If you want to create new components, make sure to use design tokens from light / map and light / alias sets, it will allow you to stay consistent with Ant Design documentation. You can learn more about how to apply tokens in the official Figma Tokens documentation.
Ant Design System for Figma’s components has been built with Figma Tokens. Each component uses its own token set that you should edit to make changes to the component. Below you can see an example of how to properly edit the button component. The procedure is the same for other components and tokens.
For example, if you want to change the base height of a button component.
After you edit the token, select Apply to document in the bottom-left menu and press the Update button in the Plugin. The plugin will apply your changes to the entire project (the process can take up to 10 minutes).
To avoid detaching typography styles, all components use the styles that reference the tokens, such as font-family or line-height.base. However, some components should reference their own typography semantic tokens as in the original Ant Design’s .less files. If you want to change the component’s text from a text style to a dedicated token, make sure to detach its style and add the token manually with the Figma Tokens plugin.
If you want to create new components, make sure to use design tokens from default / theme set, it will allow you to stay consistent with Ant Design documentation. You can learn more about how to apply tokens in the official Figma Tokens documentation.