storybook-addon-figma icon indicating copy to clipboard operation
storybook-addon-figma copied to clipboard

Embed Figma designs in a storybook panel

Results 14 storybook-addon-figma issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.5.1 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix]...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Last commit was a year ago, there's a trivial to merge pull request from a year ago still sitting idle. The concept looks great but I'm nervous about starting to...

I can't combine this with other decorators... Am I doing something wrong? ``` storiesOf("Button", module) .addDecorator( figmaDecorator({ url: "https://www.figma.com/file/OWJzZno8PNd5bABas6y3uxxP/Untitled?node-id=1%3A6694" }) ) .addDecorator(withKnobs) .addDecorator(withNotes) .add( "with text", () => ( {text("Label",...

Hi, how should I write the figma code for a html storybook in a story?

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.0.0 to 16.0.1. Changelog *Sourced from [react-dom's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.0.1 (August 1, 2018) > > ### React DOM Server > > * Fix a [potential XSS...

dependencies

Is it possible to disable the fallback? It is very ugly in storybook dark mode:

While we're at it, tweak babelrc (and associated dependencies) to more closely match the transpiling config of the example addon here: https://github.com/storybooks/storybook/tree/master/addons/notes Transpiled code should no longer have imports in...