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 inorder to import core dependencies.
Use 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"
Inter: Regular, Bold
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 component docs.
Example:
Button