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.
The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:
npm i @inera/ids-core
A bundler is required in order to import core dependencies.
@import "~@inera/ids-design/styles.css"; // Import the tokens you want to use @import "@inera/ids-design/tokens/themes/1177-tokens.css"; @import "@inera/ids-design/tokens/themes/1177-pro-tokens.css"; @import "@inera/ids-design/tokens/themes/1177-admin-tokens.css"; @import "@inera/ids-design/tokens/themes/inera-tokens.css"; @import "@inera/ids-design/tokens/themes/inera-admin-tokens.css";
Use class class="ids--THEME ids--MODE" on <body> or the part of the app where components are to be
used. Like so: <body class="ids--1177 ids--light">
Inter: Regular, Bold
Open Sans: Light, Regular, Regular Italic, Bold
Inter: Regular, Bold
Open Sans: Light, Regular, Regular Italic, Bold
Open Sans: Light, Regular, Regular Italic, Bold
Poppins: Semibold
Open Sans: Light, Regular, Regular Italic, Bold
Poppins: Semibold
Follow the instructions in each component docs.