@slidev/theme-apple-basic

0.25.1 • Public • Published

@slidev/theme-apple-basic

NPM version

An Apple like theme for Slidev.

This theme is inspired by the Basic Black/White theme on the Apple Keynote application.

Install

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.

Layouts

This theme provides the following layouts:

Title

Usage:

---
layout: intro
---

# Presentation title

Presentation subtitle

<div class="absolute bottom-10">
  <span class="font-700">
    Author and Date
  </span>
</div>

intro


Title & Photo

Usage:

---
layout: intro-image
image: 'image-url'
---

<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>

intro-image


Title & Photo right

Usage:

---
layout: intro-image-right
image: 'image-url'
---

# Slide Title
## Slide Subtitle

intro-image-right


Title, Bullets & Image

Usage:

---
layout: image-right
image: 'image-url'
---

# Slide Title
## Slide Subtitle

* Slide bullet text

image-right


Title & Bullets

Layout used by default

default


Bullets

Usage:

---
layout: bullets
---

* Slide bullet text

bullets


Section

Usage:

---
layout: section
---

# Section Title

section


Statement

Usage:

---
layout: statement
---

# Statement

satement


Big fact

Usage:

---
layout: fact
---

# 100%
Fact information

fact


Quote

Usage:

---
layout: quote
---

# "Notable quote"
Attribution

quote


Photo - 3

Usage:

---
layout: 3-images
imageLeft: 'image-url'
imageTopRight: 'image-url'
imageBottomRight: 'image-url'
---

3-images


Photo

Usage:

---
layout: image
image: 'image-url'
---

image

Readme

Keywords

Package Sidebar

Install

npm i @slidev/theme-apple-basic

Homepage

sli.dev

Weekly Downloads

280

Version

0.25.1

License

MIT

Unpacked Size

23.6 kB

Total Files

20

Last publish

Collaborators

  • _kerman
  • antfu