import React from 'react'; import { Button } from './button'; const story = { title: 'Example/Button', component: Button, argTypes: { backgroundColor: { control: 'color' } } }; const Template = args =>