Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 557 Bytes

0-Welcome.stories.mdx

File metadata and controls

23 lines (19 loc) · 557 Bytes

import { Meta, Story, Preview } from '@storybook/addon-docs/blocks'; import { linkTo } from '@storybook/addon-links'; import Welcome from './Welcome';

Welcome

This is a test document written in MDX that defines a Welcome story wrapped in a Preview doc block:

{{ components: { Welcome, }, template: '', methods: { action: linkTo('Button'), }, }}