Appearance
Marp Theme Canvas
Simple and minimal Marp theme for beautiful presentations.
Overview
This site showcases demo slides for each component of the marp-theme-canvas library.
- Token: Design tokens (color, typography, corner-radius)
- Component: Styles for HTML elements and their combinations (heading, table, code, section, etc.)
- Common Layout: Reusable layout definitions referenced by multiple slide patterns
- Decorator: Decorative styles requiring explicit class specification
- Slide Pattern: Page layout patterns (title, toc, agenda, etc.)
Installation
bash
npm install @subroh0508/marp-theme-canvasUsage
markdown
---
marp: true
theme: white-canvas
---
# Your Slide Title
Content here...