@storybook/csf-plugin
TypeScript icon, indicating that this package has built-in type declarations

8.1.5 • Public • Published

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.

/@storybook/csf-plugin/

    Package Sidebar

    Install

    npm i @storybook/csf-plugin

    Weekly Downloads

    3,764,062

    Version

    8.1.5

    License

    MIT

    Unpacked Size

    6.04 kB

    Total Files

    5

    Last publish

    Collaborators

    • domyen
    • kasperpeulen
    • valentinpalkovic
    • jreinhold
    • kylegach
    • ndelangen
    • shilman
    • tmeasday
    • ghengeveld
    • winkervsbecks
    • yannbf