import Button from '../Button.vue';
export default {
title: 'Button',
parameters: {
component: Button,
},
};
export const rounded = () => ({
template: 'A Button with rounded edges',
});
export const square = () => ({
template: 'A Button with square edges',
});