Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 376 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 376 Bytes

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