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:
This package is automatically installed with ids-core, ids-react, and ids-angular.
npm i @inera/ids-design
@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, SemiBold
Open Sans: Light, Regular, Regular Italic, Bold, SemiBold
Open Sans: Light, Regular, Regular Italic, Bold, SemiBold
Poppins: SemiBold
Open Sans: Light, Regular, Regular Italic, Bold, SemiBold
Poppins: SemiBold
Follow the instructions in each CSS/Component docs.