```md import { ArgsTable, Meta, Story } from '@storybook/addon-docs'; import { MyComponent } from './MyComponent'; export const Template = (args) => ({ //👇 Your template goes here }); # My Component! {Template.bind({})} ```