Skip to content

Commit

Permalink
Moved native SB examples into separate subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 11, 2021
1 parent d5570f8 commit 206f209
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Story, Meta } from '@storybook/react/types-6-0';
import { Button, ButtonProps } from './Button';

export default {
title: 'Example/Button',
title: 'Storybook Example/Button',
component: Button,
argTypes: {
backgroundColor: { control: 'color' },
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Story, Meta } from '@storybook/react/types-6-0';
import { Header, HeaderProps } from './Header';

export default {
title: 'Example/Header',
title: 'Storybook Example/Header',
component: Header,
} as Meta;

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Page, PageProps } from './Page';
import * as HeaderStories from './Header.stories';

export default {
title: 'Example/Page',
title: 'Storybook Example/Page',
component: Page,
} as Meta;

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

1 comment on commit 206f209

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.