@codewithac/figma-storybook-integration

1.0.4 • Public • Published

How to integrate the Figma design library to Storybook

GIT: https://github.com/abhishekchaturvedi-07/figma-storybook-integration
1- You need a Figma Frame / Component Link
2- You need a component where you can set up your required parameters
MAKE SURE ABOUT THE DESIGN TYPE

parameters: {
        design: {
            type: 'figspec',
            url: 'https://www.figma.com/file/QqXWSdBmrFTj2Hd0bojWleYv/Figma-Embed-Example?type=design&node-id=0-2&mode=design&t=gIfsIxAsTnLhuW8A-4',
            accessToken: "<CAN BE GENERATED FROM HERE>",
        }
    }

3- You need to generate the token from figma developer account!

/@codewithac/figma-storybook-integration/

    Package Sidebar

    Install

    npm i @codewithac/figma-storybook-integration

    Weekly Downloads

    4

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    559 kB

    Total Files

    33

    Last publish

    Collaborators

    • abhishekchaturvedi-07