https://github.com/component-driven/mdx-deck-theme
Component-Driven theme for presentations
https://github.com/component-driven/mdx-deck-theme
Last synced: 11 months ago
JSON representation
Component-Driven theme for presentations
- Host: GitHub
- URL: https://github.com/component-driven/mdx-deck-theme
- Owner: component-driven
- License: mit
- Created: 2020-04-11T12:46:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:41:31.000Z (over 2 years ago)
- Last Synced: 2025-02-16T13:46:40.622Z (11 months ago)
- Language: JavaScript
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)