Slide-CN

Installation

How to get started with Slide-CN

The first thing you need to do is install Shadcn UI.

After that, the main component to install is the Deck component. This is the minimum required code to get your presentations to work.

Quick Start

You can install the default preset which includes all the recommended layouts and components by running the following command:

pnpm dlx shadcn@latest add @slide-cn/slide-cn-default
npx shadcn@latest add @slide-cn/slide-cn-default
yarn dlx shadcn@latest add @slide-cn/slide-cn-default
bunx --bun shadcn@latest add @slide-cn/slide-cn-default

Compatibiility

Slide-CN works with any React + TypeScript project. It is framework agnostic and can be used with any framework that supports React.

Built by Prithvi. Code is available on GitHub

On this page