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:
Ready-to-use theme for AG Grid.
npm install @swisspost/design-system-theme-ag-grid
To use the theme, simply import it from the package and use it within the grid options of your table.
import { swissPostTheme } from '@swisspost/design-system-theme-ag-grid'; myOptions: GridOptions = { theme: swissPostTheme, };