Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • Help – Figma Learn
  • Common questions
  • What integrations does Figma have?
  • Design and development

Storybook and Figma

Written by Figma Man

Updated at June 19th, 2025

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Administration – Figma Learn
    Manage files and projects Manage a team Manage your account Manage a Figma organization Manage Enterprise plan settings and permissions Billing Manage Figma in a school
  • Figma Design – Figma Learn
    Create prototypes Import and export Create designs Tour the interface Dev Mode Work together in files Build design systems Figma Draw
  • Get started – Figma Learn
    Set up your account Layers 101
  • FigJam – Figma Learn
    Import and export Run meetings Work on boards Tour the interface
  • Community – Figma Learn
    Explore the Community Creator tools and resources
  • Help – Figma Learn
    Troubleshoot Common questions Work with support
  • Work across Figma – Figma Learn
    Figma AI Work across Figma
  • Courses, tutorials, projects – Figma Learn
    Courses Projects
  • Figma Slides – Figma Learn
    Create and edit slides Present slide decks Tour the interface Import and export
  • Figma Buzz – Figma Learn
    Templates in Figma Buzz Create and edit assets in Figma Buzz Overview
  • Figma Make – Figma Learn
    Tour the interface Work with Figma Make
  • Figma Sites – Figma Learn
    Design a site Create webpages and breakpoints Make your site interactive Preview and publish a site Tour the interface
+ More

Table of Contents

About the Storybook plugin Embed Storybook in Figma In Storybook In Figma Open a story in Figma Embed Figma in Storybook Copy the Figma URL Paste the Figma URL in Storybook Open a Figma file in Storybook

Before you start

Who can use this feature

Supported on any team or plan

Anyone with can edit permissions on a Figma file can use the Storybook plugin in Design Mode or Dev Mode

Storybook is an open source tool for developing, testing, and documenting UI components across many. Use Storybook to:

  • Create code-based components that can be used across different platforms and devices.
  • Collaborate with designers, engineers, and product managers.
  • Showcase components in an interactive development environment, without needing to spin up the full application.
  • Show different use cases and examples for implementing components.
  • Install addons for prototyping, testing, and documentation.

Connect Storybook to Figma to view your designs in Storybook and view your stories in Figma.

The design addon for Storybook allows you to embed Figma files alongside your code-based components in Storybook. Meanwhile, the Storybook plugin for Figma allows you to embed stories alongside your design components in Figma. Storybook for Figma can be used by designers in Design Mode or by developers in Dev Mode.

Learn more about Storybook in their docs and tutorials.

About the Storybook plugin

Figma Storybook plugin lets you embed component stories in Figma. This lets you cross-reference the live implementation from Storybook in your Figma file. The Storybook plugin is powered by Storybook embeds and Chromatic, a publishing tool created by the Storybook team.

Before embedding Storybook in Figma you'll need:

  • Your Storybook project is published on Chromatic
  • Can edit permissions in Figma
  • Be listed as a collaborator in Chromatic

To connect Storybook to Figma, you will need to install the Storybook plugin in Figma: Design or Dev Mode.

Embed Storybook in Figma

In Storybook

  1. Sign in with Chromatic.
  2. Go to a story in a Storybook that is published on Chromatic.
  3. Copy the URL for the story from the address bar.

In Figma

  1. Open a Figma file in Design or Dev Mode.
  2. Run the Storybook plugin in Figma.
  3. Select the Figma component you want to link the story to. The Storybook plugin supports linking stories to Figma components, variants, and instances.
  4. Paste the URL into the plugin modal.
  5. Click Link story.Frame_3.png
  6. Figma will show links to the story in the right sidebar. If a component was linked, all instances of that component will have the link.

Open a story in Figma

  1. In Figma, select a component that you’ve previously linked to a story.
  2. Click view story in the right sidebar.
  3. or run the Storybook plugin.

Templates__1_.png

 

Embed Figma in Storybook

Storybook design addon allows you to embed Figma files and prototypes in Storybook. It’s powered by Figma Live Embeds. You can embed Figma files in Storybook, regardless of the file's sharing settings. Share private files within a team, or public files with the world.

Collaborators can interact with embeds based on their team or Organization permissions.

  1. Install the addon:

     npm install -D @storybook/addon-designs
     # yarn add -D @storybook/addon-designs
    
  2. Register the addon in your .storybook/main.js file:

     // .storybook/main.js
     module.exports = { addons: ['@storybook/addon-designs']
     }
    

    If you're using Storybook@5.0.x, use this module instead.

     // .storybook/addons.js
     import 'storybook-addon-designs/register'
    

For detailed instructions, check out the Figma addon readme on GitHub.

Copy the Figma URL

Copy the URL for the file or frame you’d like to embed in your story.

  1. Open the Figma file.
  2. If you want to share a specific frame, select the frame on your canvas.
  3. Click the Share button.
  4. Click the Copy link button.

Paste the Figma URL in Storybook

Use a parameter to associate Figma files and frames to your story.

  1. Open your stories file (in many cases, it’s named like *.stories.js)
  2. Add a story parameter named design:
    export const myStory = () => <Button>Hello, World!</Button>myStory.story = {
    parameters: {
          design: {
             type: 'figma',
             url: ''
          }
       }
     }   
  3. Paste the copied URL to the URL field.

Open a Figma file in Storybook

  1. Open Storybook
  2. Open the Design tab in the addon panel.
  3. Click the embedded Figma file to open it.

mceclip0.png

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Frontify and Figma
  • Lens Studio and Figma
  • Bubble and Figma
  • Zeroheight and Figma
  • Maker and Figma
  • Blog
  • Best practices
  • QR code generator
  • Color wheel
  • Colors
  • Color picker
  • Color palettes
  • Color palette generator
  • Color contrast checker
  • Font Library
  • Templates
  • Developers
  • Integrations
  • Affiliate program
  • Resource library
  • Reports and insights
  • Support
  • Status
  • Legal and privacy
  • Modern slavery statement
  • Climate disclosure statement
  • COMPARE
  • Sketch
  • Adobe XD
  • Framer
  • Miro
  • COMPANY
  • Events
  • Customers
  • Careers
  • Newsroom
Expand