Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/component-driven/mdx-deck-theme

Component-Driven theme for presentations
https://github.com/component-driven/mdx-deck-theme

Last synced: about 6 hours ago
JSON representation

Component-Driven theme for presentations

Awesome Lists containing this project

README

        

# mdx-deck-theme

Component-Driven theme for presentations

## Installation

```
npm install --save @component-driven/mdx-deck-theme
```

## Usage

In your deck MDX file:

```mdx
import CDTheme from "@component-driven/mdx-deck-theme";

export const theme = { ...CDTheme };

;
```

Note: for some reason, it doesn't work without spreading.

See [example](examples/example.mdx)