React Figma v0.1.17 Release Notes
Release Date: 2020-11-15 // almost 4 years ago-
No data yet 😐
You can check the official repo
Previous changes from v0.1.16
-
➕ Added a new component:
ComponentSet
. It allows defining component variants.Example of usage:
\<ComponentSet name="Button"\> \<Component name="variant=Primary"\> \<PrimaryButton text="Primary" /\> \</Component\> \<Component name="variant=Dangerous"\> \<DangerousButton text="Dangerous" /\> \</Component\> \<Component name="variant=Secondary"\> \<SecondaryButton text="Secondary" /\> \</Component\> \</ComponentSet\>