Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
To easily create your PWA presentation it is suggested you create your slides using the CLI and the starter kit as described in the
However, the DeckDeckGo core component could be installed in any project too.
If you wish to do so, use it directly in your project via a CDN. Use a simple script and include, or install it from npm.
Installing the core component as displayed below will "only" install the "engine" of DeckDeckGo respectively, its core doesn't contain any slides.
Splitting the core and the templates allows you to minimize dependencies and, the amount of external code required in your project. Doing this gives the best performance while running the presentation upfront.
It's recommended to use unpkg as a CDN for the DeckDeckGo core. To do so, add the following include script in the main HTML file of your project:
Install DeckDeckGo in your project from npm using the following command:
The Stencil documentation provides examples of framework integration for Angular, React, Vue and Ember.
That being said, commonly, you might either import
or load
the component: