csf icon indicating copy to clipboard operation
csf copied to clipboard

Component Story Format is an open standard for UI component examples based on JavaScript ES6 modules.

Results 23 csf issues
Sort by recently updated
recently updated
newest added

Storybook seems to be passing integers to sanitize causing it to crash the application. I've tested that adding toString prevents it from breaking.

bug

Hi! 👋 This PR updates the version of lodash to fix https://github.com/advisories/GHSA-p6mc-m468-83gw. The tests seem to pass, let me know if you need anything else!

In [blog posts,](https://medium.com/storybookjs/rich-docs-with-storybook-mdx-61bc145ae7bc) it mentions that MDX compiles down to CSF. But it doesn't say _how_ or how to define MDX features within a CSF. The use case is that...

Hi, I found that I am getting a lot of typescript errors in my app after updating to storybook 6.5.0-alpha.50, and I think it's due to https://github.com/ComponentDriven/csf/pull/33 now being included....

Versions of lodash lower than 4.17.21 are being flagged with security vulnerabilities. (see https://snyk.io/vuln/npm:lodash) Bumping the package's lodash dependency version to 4.17.21 solves this 😄

* Move to typographically-correct apostrophes and quotation marks * The `sh` blocks were not for shell scripts, instead they are `shell-sessions`, things to run in your terminal emulator * PR...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

What’s the best approach for programmatically generated stories? For example, something like this ```ts stories.forEach(story => { exports[story.name] = { // story values here } }) ``` I can’t seem...

I'm attempting to use BackstopJS to take visual regression tests of stories. In order to do that, I'm trying to get a list of generated Storybook story IDs that I...

There is a way to have [non-story exports](https://storybook.js.org/docs/react/api/csf#non-story-exports) in es6 modules, but it's a bit cumbersome. I'm wondering if it would be easier to say that only exports which are...