tessl install tessl/npm-slidev--cli@52.1.0Modern presentation framework and CLI tool that transforms Markdown files into interactive, web-based slide presentations with built-in development server, export capabilities, and Vue.js integration
Agent Success
Agent success rate when using this tile
100%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.12x
Baseline
Agent success rate without this tile
89%
Build a Slidev presentation that includes a custom reusable component. The component should be automatically available without explicit imports.
HighlightBox that displays content in a styled containertitle prop (string)HighlightBox componentHighlightBox component can be used in slides without imports @testtitle prop @test@generates @generates
slides.md # Main presentation file
components/
└── HighlightBox.vue # Custom component---
# Slide 1
---
<HighlightBox title="Important">
This is highlighted content
</HighlightBox>
---
# Slide 2
---
<HighlightBox title="Note">
Another highlighted section
</HighlightBox>Provides the presentation framework with component auto-import capabilities.