@component-driven/mdx-deck-theme
v2.0.2
Published
Component-Driven theme for presentations
Downloads
14
Maintainers
Readme
mdx-deck-theme
Component-Driven theme for presentations
Installation
npm install --save @component-driven/mdx-deck-theme
Usage
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