mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
Merge pull request #14892 from Jason-Lough-Cap-Rx/patch-1
Update page-story-slots.js.mdx
This commit is contained in:
commit
7472450a83
@ -11,7 +11,7 @@ export default {
|
||||
|
||||
const Template = (args, { argTypes }) => (
|
||||
<Page {...args}>
|
||||
<footer>{args.footer}</footer
|
||||
<footer>{args.footer}</footer>
|
||||
</Page>
|
||||
);
|
||||
|
||||
@ -19,4 +19,4 @@ export const CustomFooter = Template.bind({});
|
||||
CustomFooter.args = {
|
||||
footer: 'Built with Storybook',
|
||||
};
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user