snippets adjusted per feedback

This commit is contained in:
jonniebigodes 2020-08-09 19:26:47 +01:00
parent 990b0cf520
commit 1f72e9e098
6 changed files with 5 additions and 3 deletions

View File

@ -73,7 +73,7 @@ Up until now, we only used auto-generated controls based on the component we're
<CodeSnippets
paths={[
'common/table-story-fully-customize-controls.js.mdx',
'react/table-story-fully-customize-controls.js.mdx',
]}
/>

View File

@ -121,7 +121,7 @@ You can change your story through [parameters](../writing-stories/parameters.md)
<CodeSnippets
paths={[
'common/my-component-story-configure-viewports.js.mdx',
'react/my-component-story-configure-viewports.js.mdx',
]}
/>

View File

@ -1,6 +1,8 @@
```js
// Button.stories.js
export const Large = Template.bind({});
Basic.parameters = {
controls: { hideNoControlsWarning: true },
};

View File

@ -1,5 +1,5 @@
```js
// Gizmo.story.js
// Gizmo.stories.js
export default {
title: 'Gizmo',