Slide-CN

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.json
npx shadcn@latest add https://slide-cn.com/r/slide.json
yarn dlx shadcn@latest add https://slide-cn.com/r/slide.json
bunx --bun shadcn@latest add https://slide-cn.com/r/slide.json

Demo

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

Built by Prithvi. Code is available on GitHub

On this page