Skip to content

Commit

Permalink
chore: improve doc for createBreakpointStories helper (#8739)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

✨📚✨
  • Loading branch information
jcfranco authored Feb 13, 2024
1 parent 9ec6c1f commit d552e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/.storybook/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const filterComponentAttributes = (
/**
* This helper creates a story that captures all breakpoints across all scales for testing.
*
* @param singleStoryHtml – HTML story template with placeholders for `scale` attributes (e.g., `{scale}`).
* @param singleStoryHtml – HTML story template with placeholders for `scale` attributes (e.g., `{scale}`). You can additionally use `.breakpoint-stories-container` and `.breakpoint-story-container` to style breakpoint story containers.
* @param [focused] – when specified, creates a single story for the provided breakpoint and scale.
* This should only be used if multiple stories cannot be displayed side-by-side.
*/
Expand Down

0 comments on commit d552e80

Please sign in to comment.