7.2.5 • Published 11 months ago

@junk-temporary-prototypes/csf-plugin v7.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

CSF Plugin

The CSF plugin reads CSF files and enriches their content via static analysis. It supports Webpack, Vite, and other bundlers using unplugin.

Source snippets

CSF plugin can add static source snippets to each story. For example:

export const Basic = () => <Button />;

Would be transformed to:

export const Basic = () => <Button />;
Basic.parameters = {
  storySource: {
    source: '() => <Button />',
  },
  ...Basic.parameters,
};

This allows @storybook/addon-docs to display the static source snippet.

7.2.5

12 months ago

7.2.4

12 months ago

7.2.3

12 months ago

7.2.2

12 months ago

7.2.1

12 months ago

7.2.0

12 months ago

7.2.0-alpha.6

12 months ago

7.2.0-alpha.5

12 months ago

7.2.0-alpha.4

12 months ago

7.2.0-alpha.3

12 months ago

7.2.0-alpha.2

12 months ago

7.0.8-alpha.4

12 months ago

7.0.8-alpha.3

12 months ago

7.0.8-alpha.2

12 months ago

7.0.8-alpha.1

12 months ago

7.0.8-alpha.0

12 months ago

7.1.1

1 year ago

7.0.9

1 year ago

7.1.0

1 year ago

7.1.0-beta.2

1 year ago

7.1.0-alpha.1

1 year ago

7.1.0-alpha.0

1 year ago

7.0.8

1 year ago

7.0.7

1 year ago