Skip to content

component-driven/mdx-deck-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eef1166 · Jan 22, 2022

History

24 Commits
Apr 11, 2020
Apr 11, 2020
May 23, 2020
May 24, 2020
Jan 22, 2022
May 23, 2020
May 23, 2020
May 24, 2020
Apr 11, 2020
Apr 11, 2020
May 23, 2020
May 23, 2020
May 23, 2020

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