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-defaultnpx shadcn@latest add @slide-cn/slide-cn-defaultyarn dlx shadcn@latest add @slide-cn/slide-cn-defaultbunx --bun shadcn@latest add @slide-cn/slide-cn-defaultCompatibiility
Slide-CN works with any React + TypeScript project. It is framework agnostic and can be used with any framework that supports React.