About Slidev
Slidev is an open-source tool for creating web-based presentations using Markdown and Vue. It offers built-in animations, themes, and add-ons to help developers build interactive and visually appealing slides efficiently.
FAQ
You can use static assets like images and videos in your slides by importing them directly in your markdown files. Use relative paths for assets that can be statically analyzed, such as ./image.png.
Relative paths in frontmatter and other components are not statically analyzable and will result in 404 errors after build. To fix this, place these assets in the public folder and use an absolute path, such as /image.png.
You can use CSS Grids to create complex layouts. For example, you can create two columns or more intricate layouts using the grid-cols property.
You can use UnoCSS to position elements absolutely. For example, you can align an element to the left-bottom of the slide using the absolute left-30px bottom-30px classes.
Yes, you can adjust the size of all slides using the Slide Canvas Size feature, or adjust the size of individual slides using the Zoom Slides feature.
You can use Flexboxes to create more responsive layouts. For example, you can align elements horizontally or vertically using the flex and flex-col classes.
Alternatives to consider
Community ratings & full listBadges
Promote Slidev giving it more exposure, by adding these badges to your website, documentation, or product listing. Each badge links back to Slidev page on Webfolio.
<a href="https://www.webfolio.to/tools/slidev?utm_source=badge&utm_campaign=badge" target="_blank" rel="noopener noreferrer"><img src="https://www.webfolio.to/badges/featured_color.svg" alt="Featured on Webfolio" style="max-width: 150px" /></a>
Categories
Claim this tool
Are you the founder? Claim your profile to update details and track views.