Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/component-driven/mdx-deck-theme
- Owner: component-driven
- License: mit
- Created: 2020-04-11T12:46:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:41:31.000Z (over 1 year ago)
- Last Synced: 2024-11-08T01:40:34.156Z (8 days 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)