theme | clicks | altCover |
---|---|---|
./ |
1 |
false |
A Vue-inspired theme for my talks about Vue
it can have a heading, and then you add whatever content your want beneath that.
It can also have two columns, we demo that later in these slides.
- Classic item lists look like this.
- We have a slide variant with bigger list points to stress them, see later.
- Increased font size... Test
- ...and centered content
- help stressing a few points
Use code snippets and get the highlighting directly!
<template>
<h1>Hello World"</h1>
<div class="message">{{ message }}</div>
</template>
<script>
export default {
data:() => ({
message: 'Great to be here!',
})
}
</script>
<style scoped>
.message {
color: red;
}
</style>
layout: video video: https://player.vimeo.com/video/455611549
<template>
<h1>Hello World"</h1>
<div class="message">{{ message }}</div>
</template>
<script>
export default {
data:() => ({
message: 'Great to be here!',
})
}
</script>
<style scoped>
.message {
color: red;
}
</style>
::right::
- Flexible column width via windicss
- Here, more weight on the left
- Leaves room for short notes
layout: outro title: Outro twitter: '@Linus_Borg' website: 'https://www.linusb.org' repository: 'github.com/linusborg/slidev-theme-vuetiful' hostedSlides: 'https://slidev-theme-vuetiful.netlify.app/'
Thank you for listening!