slidev-theme-datev-scc
v1.0.0
Published
[![NPM version](https://img.shields.io/npm/v/slidev-theme-datev-scc?color=3AB9D4&label=)](https://www.npmjs.com/package/slidev-theme-datev-scc)
Downloads
13
Readme
slidev-theme-datev-scc
A theme in the style of DATEV Software Craft Community for Slidev.
Install
Add the following frontmatter to your slides.md
. Start Slidev then it will prompt you to install the theme automatically.
Learn more about how to use a theme.
Layouts
This theme provides the following layouts:
- center
- cover
- default
- intro
- quote
All layouts above have been enriched with the SCC logo.
You can opt-out the logo on the default layout by specifying disableLogo: true
in the frontmatter.
Components
This theme provides the following components:
- WordCloud
- VCard
Animations
The default click animation was pimped so it scales in the hidden element.
There is an additional fade
utility class that allows fading in the current element while prior elements will be shown in a lower opacity.
Contributing
npm install
npm run dev
to start theme preview ofexample.md
- Edit the
example.md
and style to see the changes npm run export
to generate the preview PDFnpm run screenshot
to generate the preview PNG