Skip to content

component-driven/mdx-deck-theme

Repository files navigation

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