7.2.5 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

7.2.4

2 years ago

7.2.3

2 years ago

7.2.2

2 years ago

7.2.1

2 years ago

7.2.0

2 years ago

7.2.0-alpha.6

2 years ago

7.2.0-alpha.5

2 years ago

7.2.0-alpha.4

2 years ago

7.2.0-alpha.3

2 years ago

7.2.0-alpha.2

2 years ago

7.0.8-alpha.4

2 years ago

7.0.8-alpha.3

2 years ago

7.0.8-alpha.2

2 years ago

7.0.8-alpha.1

2 years ago

7.0.8-alpha.0

2 years ago

7.1.1

2 years ago

7.0.9

2 years ago

7.1.0

2 years ago

7.1.0-beta.2

2 years ago

7.1.0-alpha.1

2 years ago

7.1.0-alpha.0

2 years ago

7.0.8

2 years ago

7.0.7

2 years ago