import Card from '../src/Card.vue'; import '~/tailwind'; export default { parameters: { layout: 'centered', }, }; export const card = (args) => ({ components: { Card }, template: /*html*/ `
Many other Starter-kits available in different technologies
`, });