```ts // Button.stories.tsx import React from 'react'; import { Story } from '@storybook/react'; //👇 We create a “template” of how args map to rendering const Template: Story = (args) =>