An Apple like theme for Slidev.
This theme is inspired by the Basic Black/White theme on the Apple Keynote application.
Add the following frontmatter to your slides.md
. Start Slidev then it will prompt you to install the theme automatically.
---
theme: apple-basic
---
Learn more about how to use a theme.
This theme provides the following layouts:
Usage:
---
layout: intro
---
# Presentation title
Presentation subtitle
<div class="absolute bottom-10">
<span class="font-700">
Author and Date
</span>
</div>
Usage:
---
layout: intro-image
image: '/image/path'
---
<div class="absolute top-10">
<span class="font-700">
Author and Date
</span>
</div>
<div class="absolute bottom-10">
<h1>Presentation title</h1>
<p>Presentation subtitle</p>
</div>
Usage:
---
layout: intro-image-right
image: '/image/path'
---
# Slide Title
## Slide Subtitle
Usage:
---
layout: image-right
image: '/image/path'
---
# Slide Title
## Slide Subtitle
* Slide bullet text
Usage:
---
layout: bullets
---
* Slide bullet text
Usage:
---
layout: section
---
# Section Title
Usage:
---
layout: statement
---
# Statement
Usage:
---
layout: fact
---
# 100%
Fact information
Usage:
---
layout: quote
---
# "Notable quote"
Attribution
Usage:
---
layout: 3-images
imageLeft: '/image/path'
imageTopRight: '/image/path'
imageBottomRight: '/image/path'
---
Usage:
---
layout: image
image: '/image/path'
---