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

Hi, this project doesn't (yet) reflect upcoming changes in Storybook 6.0, at least: - [ ] removal of `story` object (replaced by hoisting properties directly to the function object) -...

📦 Published PR as canary version: 0.1.5--canary.82.2c2dd28.0 :sparkles: Test out this PR locally via: ```bash npm install @storybook/[email protected] # or yarn add @storybook/[email protected] ```

📦 Published PR as canary version: 0.1.4--canary.80.ba37fd5.0 :sparkles: Test out this PR locally via: ```bash npm install @storybook/[email protected] # or yarn add @storybook/[email protected] ```

Since 2021 Storybook's documentation structure has adapted and content has improved. Re-evaluated the links provided via type hinting fixing and/or improving linked content.

In our project we would benefit from extra conditions for our Story's controls, to better match our more complex polymorphic component parameters. Please check the new tests for example usage.

By default arrays are mutable in TypeScript, however this library has no intent of modifying the input.

The readme says that installing this package is done as `@componentdriven/csf`. But the 0.1.0 release was done for `@storybook/csf`

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies