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