Installation
Install @diceui/pptx and its peer dependencies.
Install the package
npm install @diceui/pptxshadcn/ui
If you are using shadcn/ui, you can also install it as a pre-built component via the shadcn CLI:
npx shadcn@latest add "@diceui/pptx"PresentationProvider
└── Presentation
├── PresentationThumbnailList
│ └── PresentationThumbnailItem
│ ├── PresentationThumbnailItemNumber
│ └── PresentationThumbnailItemPreview
└── PresentationContent
├── PresentationLoading
├── PresentationError
└── PresentationViewport
└── PresentationSlide
└── PresentationSelectionCore only
If you don't use React and only need the framework-agnostic PPTX engine:
npm install @diceui/pptx-core