mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:41:06 +08:00
16 lines
243 B
Plaintext
16 lines
243 B
Plaintext
```md
|
|
<!--- MyComponent.stories.mdx -->
|
|
|
|
import { Source } from '@storybook/addon-docs/blocks';
|
|
|
|
import dedent from 'ts-dedent';
|
|
|
|
<Source
|
|
language='css'
|
|
code={dedent`
|
|
.container {
|
|
display: grid | inline-grid;
|
|
}
|
|
`}
|
|
/>
|
|
``` |