| theme | ./ |
|---|
A subtitle for your talk
This presentation demonstrates the features of the Slidev theme.
- Bullet points with nested items
- Sub-item one
- Sub-item two
- Clean typography
- Responsive layouts
- Simple and elegant design
- Developer-friendly workflow
- Rich feature set
- Code highlighting
- Multiple layouts
Content on the left side of a two-column layout.
- First point
- Second point
- Third point
::right::
Content on the right side of a two-column layout.
- Another point
- Yet another point
- One more point
This column has a primary background with white text and shadow.
- Styled automatically
- Independent from right column
::right::
This column keeps the default styling.
- Standard text color
- Standard background
::left::
layout: two-cols-header
header-bg: primary
The header spans both columns with a primary background.
::right::
Content is split into left and right columns below the header.
::left::
layout: two-cols-header
right-bg: primary
The right column has a primary background that extends to the edges of the slide.
::right::
This column renders with a primary background, rounded top corner and shadow.
- Card-style background
- White text
Vue.js · Slidev · Markdown · Vite
import { ref, computed } from 'vue'
const count = ref(0)
const doubled = computed(() => count.value * 2)
console.log(`Count: ${count.value}, Doubled: ${doubled.value}`)graph LR
A[Data Source] --> B[Ingestion]
B --> C{Processing}
C --> D[Storage]
C --> E[Real-time API]
D --> F[Dashboard]
E --> F
| Feature | Status |
|---|---|
| Slide layouts | Supported |
| Code highlighting | Supported |
| Dark mode | Supported |
This slide uses background: primary to get the primary color background with white text, without changing the layout.
- Works with any layout
- Automatically switches text to white
The bottom-logo: false frontmatter hides the logo on this slide.
Questions? Contact us at hello@test.com