0.3.1 • Published 2 years ago

@vercel/mdx-deck-theme v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@vercel/mdx-deck-theme

This is the standard theme for Vercel presentations using mdx-deck.

Just add to the top of your mdx-deck file:

export { theme } from '@vercel/mdx-deck-theme'

package.json:

{
  "private": true,
  "scripts": {
    "dev": "mdx-deck deck.mdx",
    "build": "mdx-deck build deck.mdx",
    "now-build": "npm run build"
  },
  "devDependencies": {
    "@vercel/mdx-deck-theme": "^0.3.0",
    "mdx-deck": "^2.2.1"
  }
}
0.3.1

2 years ago

0.3.0

2 years ago