You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joshblack
changed the title
components/Button/next/Button.stories.js
Update Button.stories.js to include a playground story and interactive controls
May 23, 2022
### Related Ticket(s)
Closes # {{Provide issue number link(s) to the related ticket(s) that this pull request addresses}}
### Description
{{Add a human-readable description / detail summary of what the PR is changing and any details around how and why}}
{{If applicable, include a screenshot indicating an example or examples of what the PR is changing in the application}}
### Changelog
**New**
- {{new thing}}
**Changed**
- {{changed thing}}
**Removed**
- {{removed thing}}
<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
Checklist
.stories.js
file out ofnext
folder, or create.stories.js
file and copy contents of*-story.js
file over.knobs
package and usage.argTypes
to playground storybind()
it as a template as described in the storybook docs...args
to playground story, spread them on the applicable component(s)Note: if the story has sub-components, document and share with @sstrubberg
Links & Resources
The text was updated successfully, but these errors were encountered: