@slidev/theme-default
Version:
Default theme for Slidev
20 lines (11 loc) • 568 B
Markdown
# @slidev/theme-default
[](https://www.npmjs.com/package/@slidev/theme-default)
The default theme for [Slidev](https://github.com/slidevjs/slidev).
## Install
Add the following frontmatter to your `slides.md`. Start Slidev then it will prompt you to install the theme automatically.
<pre><code>---
theme: <b>default</b>
---</code></pre>
Learn more about [how to use a theme](https://sli.dev/themes/use).
## License
MIT License © 2021 [Anthony Fu](https://github.com/antfu)