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
Use class class="ids"
on <body>
or the part of the app where components are to be used.
Depending on the theme you use, make sure the fonts are installed. Then import your selected theme css.
Inter: Regular, Bold
Open Sans: Light, Regular, Regular Italic, Bold
@import '~@inera/ids-design/themes/1177/1177.css'
Open Sans: Light, Regular, Regular Italic, Bold
@import '~@inera/ids-design/themes/1177-pro/1177-pro.css'
Open Sans: Light, Regular, Regular Italic, Bold
Poppins: Semibold
@import '~@inera/ids-design/themes/inera/inera.css'
Open Sans: Light, Regular, Regular Italic, Bold
Poppins: Semibold
@import '~@inera/ids-design/themes/inera-admin/inera-admin.css'
Follow the instructions in each CSS/Component docs.