Skip to content

myparcelnl/slidev-theme

Repository files navigation

MyParcel Slidev theme

This is the Slidev theme for MyParcel.

Installation

Yarn

yarn add -D @myparcel/slidev-theme

pnpm

pnpm add -D @myparcel/slidev-theme

npm

npm install -D @myparcel/slidev-theme

Usage

Add the following to the top of your slides.md:

---
title: 'My presentation'
theme: '@myparcel/slidev-theme'
---