Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs][figma] Clarity state or Figma Plugin component export #43543

Merged
merged 6 commits into from
Sep 2, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,12 @@ After you've added your custom tokens, click on **Regenerate theme** to include

<img src="/static/material-ui/design-resources/sync-regenerate.png" style="width: 814px" alt="The Regenerate button in the Connect plugin UI." width="1628" height="400" />

## Customizing components
## Customizing components (experimental)
oliviertassinari marked this conversation as resolved.
Show resolved Hide resolved

The Sync plugin can also generate theme styles for customized components, enabling you to completely change their look and feel and create your custom design system from within Figma.

:::info
This feature is currently limited to the Button, Switch, and Typography components.
Support for more components is coming soon.
:::warn
oliviertassinari marked this conversation as resolved.
Show resolved Hide resolved
This feature is currently experimental and limited to the Button, Switch, and Typography components.
:::

As an example, here's how to customize the checked state, medium size, and primary color of a Switch component to replicate the iOS look and feel:
Expand Down