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.
DeckDeckGo is a deck of slides. Each of these is based on a template which has its own layout and behaviour.
Their content can be edited and structured using slots
and other attributes.
The deck itself is declared using the tag <deckgo-deck/>
and each slides can be added as its children.
In the previous example, the presentation contains two slides. The first slide use the template deckgo-slide-title
and the second slide use the template deckgo-slide-content
.
The core component (<deckgo-deck/>
) does not contain any slides. These have to be explicitly installed and imported. Doing so, only these, which you are actually using, are going to be bundled in your presentations.
If you are using the Starter Kit, all default templates, are pre-installed and pre-imported.
DeckDeckGo provides a set of default templates, those listed in this section hereafter. More templates are also available thanks to the wonderful work of the community.
In addition, you can create you own custom templates and even use these in our editor. Checkout the template-kit to get started.