1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-17 09:57:23 +03:00

Some readme clarity

This commit is contained in:
Chris McKenzie 2020-10-17 23:12:56 -07:00
parent 96e8d9235a
commit 7659ec7cd6

View File

@ -79,7 +79,7 @@ MDX uses Markdown syntax and can render React components inline with JSX.
### Imports
To import components, use ES import syntax separated with empty lines between any markdown or JSX syntax.
To import components, use ES import syntax separated with empty lines between any markdown or JSX syntax and place it in the `.mdx` file with your content.
```mdx
import { Box } from 'theme-ui'