```md import { Meta, Story } from '@storybook/addon-docs'; import { Button } from './button.component'; export const Template = (args) => ({ props: args }); {Template.bind({})} ```