Slide
The main component for a slide
Overview
This is the main Slide component. Use this as the root component for each of your slides.
Installation
pnpm dlx shadcn@latest add https://slide-cn.com/r/slide.jsonnpx shadcn@latest add https://slide-cn.com/r/slide.jsonyarn dlx shadcn@latest add https://slide-cn.com/r/slide.jsonbunx --bun shadcn@latest add https://slide-cn.com/r/slide.jsonDemo
A basic slide component displaying content
Introduction to Operating Systems
Understanding the core concepts
Usage
export function FirstSlide() {
return (
<Slide>
Introduction to Operating Systems
</Slide>
);
}Reference
Prop
Type