chore: add chromatic

This commit is contained in:
iCrawl
2023-04-13 19:41:23 +02:00
parent e5859b41cf
commit f36878677c
3 changed files with 565 additions and 17 deletions

View File

@@ -4,6 +4,7 @@ import { Section } from './Section.jsx';
export default {
title: 'Section',
component: Section,
tags: ['autodocs'],
} satisfies Meta<typeof Section>;
type Story = StoryObj<typeof Section>;