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:
Inera Design System supports four different component frameworks.
Regardless of choice of framework, you will need our CSS.
Instructions on how to install can be found under Getting started/CSS in the menu.
Use our HTML structure together with our CSS, and do the rest yourself.
Use our web components, which are framework agnostic and can be used with any front-end tech-stack.
Get started with Web ComponentsDefault content max-width is 80rem. This is the default value for header, footer, and container.
Use the CSS token --ids-layout-content-max-width if creating your own layout.
Continuous texts should have max-width 40rem to ensure accessibility.
Use CSS class ids-text-max-width, or CSS token --ids-layout-text-max-width to get the correct max width for text.
IDS supports several different themes and modes via CSS classes that you set on the HTML-tag of your app.
We also support two additional background colors. Use classes ids-bg-1 (background default) and ids-bg-2 (background
alternative).
ids--1177ids--1177-adminids--1177-proids--ineraids--inera-adminLight mode and dark mode needs to be supported for accessibility.
ids--lightids--darkFluid will remove any max width for headers, footers, and global alert.
Containers will get a new max width of 120rem, or you can use the class ids-container-max-width for the page content.
ids--fluid