slidev-interactive

Installation
SKILL.md

Slidev Interactive Demos

Guide for embedding interactive demos, mock UIs, and animated workflows in Slidev presentations.

Two Integration Paths

Choose based on portability and integration requirements:

Concern Vue Components Iframe / HTML5
Slidev integration Tight — shares state, v-click, themes Loose — isolated sandbox
Portability Requires Slidev project Self-contained HTML file
Reactivity Full Vue 3 reactivity Vanilla JS or any framework
Styling Inherits slide theme Independent CSS
Hot reload Yes (Vite HMR) Requires manual refresh
Best for Demos that respond to clicks, slide context Standalone prototypes, third-party widgets

For Vue component patterns, see references/vue-components.md. For iframe and standalone HTML patterns, see references/iframe-mocks.md.

Related skills
Installs
2
GitHub Stars
18
First Seen
Apr 20, 2026