-
Notifications
You must be signed in to change notification settings - Fork 1
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
figma | embed Storybook stories #28
Comments
what ChatGPT says about Figma URLs:
Here's what each part represents:
So, when you want to generate a URL to share a specific selection (object) in Figma, you need to replace {file_key} with the unique identifier of your Figma file, and {node_id} with the unique identifier of the selected object. For example:
In this URL:
This URL will take anyone who clicks on it directly to the specified object within the Figma file. |
What can we do? (proposal)
If someone uses design-system-starter, only the `{file-key}? has to be modified to match the own Figma Design-System file. Here some example:
As you can see the |
@storybook/addon-designs added to branch: https://github.com/Zuehlke/design-system-starter/tree/29-figma---use-figma-variables-instead-of-color-styles Open point: Add Figma file-id to a variable and used it in Storybook stories. |
evaluate and test the official integration of Storybook stories inside Figma: https://storybook.js.org/docs/sharing/design-integrations#embed-storybook-in-figma-with-the-plugin
The text was updated successfully, but these errors were encountered: