docs/components/test.mdx
import { StoryExample } from '../src/components/StorybookWrapper';
This is a test using our custom StorybookWrapper component.
<StoryExample component={() => ( <div style={{ padding: '10px', background: '#f0f0f0', borderRadius: '4px' }}> This is a simple example component </div> )} />