2.0.2 • Published 2 years ago

@component-driven/mdx-deck-theme v2.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

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