import Callout from 'nextra-theme-docs/callout';
import { Title, Meta, Story, Canvas } from '@storybook/addon-docs';
import * as AccountFormStories from '../components/AccountForm.stories';
import * as ButtonStories from '../components/button.stories';
Embedded docs demo
This is an example of an MDX file that embeds Doc Blocks and CSF stories.
**MDX** (the library), at its core, transforms MDX (the syntax) to JSX. It receives an MDX string
and outputs a _JSX string_. It does this by parsing the MDX document to a syntax tree and then
generates a JSX document from that tree.