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