https://github.com/splode/mdx-deck-theme-dracula
A Dracula theme for mdx-deck.
https://github.com/splode/mdx-deck-theme-dracula
dracula dracula-theme mdx mdx-deck mdx-deck-theme slides theme
Last synced: 4 months ago
JSON representation
A Dracula theme for mdx-deck.
- Host: GitHub
- URL: https://github.com/splode/mdx-deck-theme-dracula
- Owner: Splode
- License: mit
- Created: 2020-02-13T23:23:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T17:23:06.000Z (over 5 years ago)
- Last Synced: 2024-12-27T07:42:13.918Z (6 months ago)
- Topics: dracula, dracula-theme, mdx, mdx-deck, mdx-deck-theme, slides, theme
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Dracula `mdx-deck` theme
A [Dracula](https://github.com/dracula/dracula-theme/) theme for [mdx-deck](https://github.com/jxnblk/mdx-deck).
## Usage
### Install
```bash
npm i -D mdx-deck-theme-dracula
``````js
// deck.mdx
import { dracula } from 'mdx-deck-theme-dracula'export const theme = dracula
```## Contributing
Feel free to contribute. See [contributing guidelines](./.github/CONTRIBUTING.md) for more info.
## Author
[Christopher Murphy](https://github.com/Splode)
## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)