mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 08:21:06 +08:00
Examples: Upgrade preact-kitchen-sink to simplified hierarchy separator
This commit is contained in:
parent
f373a1d250
commit
e89bae3fc1
@ -5,8 +5,7 @@ import { withA11y } from '@storybook/addon-a11y';
|
|||||||
addDecorator(withA11y);
|
addDecorator(withA11y);
|
||||||
addParameters({
|
addParameters({
|
||||||
options: {
|
options: {
|
||||||
hierarchySeparator: /\/|\./,
|
showRoots: true,
|
||||||
hierarchyRootSeparator: /\|/,
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ import { action, actions } from '@storybook/addon-actions';
|
|||||||
import Button from '../Button';
|
import Button from '../Button';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'Addons|Actions',
|
title: 'Addons/Actions',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const actionOnly = () => <Button onclick={action('log')}>Click me to log the action</Button>;
|
export const actionOnly = () => <Button onclick={action('log')}>Click me to log the action</Button>;
|
||||||
|
@ -5,7 +5,7 @@ import { h } from 'preact';
|
|||||||
import Button from '../Button';
|
import Button from '../Button';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'Addons|Backgrounds',
|
title: 'Addons/Backgrounds',
|
||||||
|
|
||||||
parameters: {
|
parameters: {
|
||||||
backgrounds: [
|
backgrounds: [
|
||||||
|
@ -6,7 +6,7 @@ import Centered from '@storybook/addon-centered/preact';
|
|||||||
import Button from '../Button';
|
import Button from '../Button';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'Addons|Centered',
|
title: 'Addons/Centered',
|
||||||
component: Button,
|
component: Button,
|
||||||
decorators: [Centered],
|
decorators: [Centered],
|
||||||
};
|
};
|
||||||
|
@ -41,7 +41,7 @@ const storyLevelContexts = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'Addons|Contexts',
|
title: 'Addons/Contexts',
|
||||||
decorators: [withContexts(topLevelContexts)],
|
decorators: [withContexts(topLevelContexts)],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ import {
|
|||||||
} from '@storybook/addon-knobs';
|
} from '@storybook/addon-knobs';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'Addons|Knobs',
|
title: 'Addons/Knobs',
|
||||||
decorators: [withKnobs],
|
decorators: [withKnobs],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import { linkTo } from '@storybook/addon-links';
|
|||||||
import Button from '../Button';
|
import Button from '../Button';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'Addons|Links',
|
title: 'Addons/Links',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const goToWelcome = () => (
|
export const goToWelcome = () => (
|
||||||
|
@ -5,7 +5,7 @@ import { h } from 'preact';
|
|||||||
import { withNotes } from '@storybook/addon-notes';
|
import { withNotes } from '@storybook/addon-notes';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'Addons|Notes',
|
title: 'Addons/Notes',
|
||||||
decorators: [withNotes],
|
decorators: [withNotes],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user