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

Add story as prop, as it works as expected, but just isn't exposed. I wanted to test out some functionality real quick and wanted to wrap the component in another...

Closes storybookjs/storybook#27129 Allowing explicitly `undefined` as type for `table.type.summary` lets Story authors disable the automatic type summary while having strict TypeScript options. With `exactOptionalPropertyTypes` enforced, using `undefined` as a type...

Following on from https://github.com/ComponentDriven/csf/pull/92 -- add `context.storyGlobals`. This is added to the very initial context (`ContextForEnhancers`) reflecting that we know it from back then. Later (at render time) we'll also...