Component-Driven theme for presentations
npm install @component-driven/mdx-deck-themeComponent-Driven theme for presentations
```
npm install --save @component-driven/mdx-deck-theme
In your deck MDX file:
`mdx
import CDTheme from "@component-driven/mdx-deck-theme";
export const theme = { ...CDTheme };
;
``
Note: for some reason, it doesn't work without spreading.
See example