Skip to content

Commit c8b1454

Browse files
committed
add mdx package
1 parent 1603f97 commit c8b1454

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

packages/docs/src/pages/packages/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ In addition to the core library, Theme UI includes several optional packages.
1313

1414
- [@theme-ui/core](/packages/core)
1515
- [@theme-ui/components](/packages/components)
16+
- [@theme-ui/mdx](/packages/mdx)
1617
- [@theme-ui/presets](/packages/presets)
1718
- [@theme-ui/prism](/packages/prism)
1819
- [@theme-ui/color](/packages/color)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "@theme-ui/mdx"
3+
---
4+
5+
import Readme from '@theme-ui/mdx/README.md'
6+
7+
<Readme />

packages/docs/src/sidebar.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
- [Packages](/packages)
5151
- [@theme-ui/core](/packages/core)
5252
- [@theme-ui/components](/packages/components)
53+
- [@theme-ui/mdx](/packages/mdx)
5354
- [@theme-ui/presets](/packages/presets)
5455
- [@theme-ui/prism](/packages/prism)
5556
- [@theme-ui/color](/packages/color)

packages/mdx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MDX component context for Theme UI
55

66
https://theme-ui.com
77

8-
**Note:** *This package is included in the main `theme-ui` package, and generally should not be used on its own.*
8+
**Note:** *This package is included in the main `theme-ui` package and a separate installation is not required.*
99

1010
```sh
1111
npm i @theme-ui/mdx

0 commit comments

Comments
 (0)