pptx

Installation

Install @diceui/pptx and its peer dependencies.

Install the package

npm install @diceui/pptx

shadcn/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
                └── PresentationSelection

Core only

If you don't use React and only need the framework-agnostic PPTX engine:

npm install @diceui/pptx-core

On this page