```md import { Meta, Story } from '@storybook/addon-docs'; import { Button } from './Button'; export const Template = () => ({ // Your template goes here }); {Template.bind({})} ```