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 is a pre-release version and is not production ready. For new and ongoing projects, please refer to the latest Design System version.
Display the Post logo as a clickable link or as a simple image.
next.design-system.post.ch/?path=/docs/73066e1c-0720-4a9b-8f81-a29d4250872a--docs&story=Default#73066e1c-0720-4a9b-8f81-a29d4250872a--default
/?path=/story/73066e1c-0720-4a9b-8f81-a29d4250872a--default&full=true
<post-logo>Logo of the Post</post-logo>
The <post-logo>
element is part of the @swisspost/design-system-components
package.
For more information, read the getting started with components guide.
By default, the logo will be 100% of the height of its parent. You can also set the height on the logo using one of the sizing utility classes.
next.design-system.post.ch/?path=/docs/73066e1c-0720-4a9b-8f81-a29d4250872a--docs&story=Height#73066e1c-0720-4a9b-8f81-a29d4250872a--height
/?path=/story/73066e1c-0720-4a9b-8f81-a29d4250872a--height&full=true
You can use the logo as a link by setting its url
property.
Ensure that the descriptive text clearly indicates the destination the user will be redirected to after clicking the logo.
next.design-system.post.ch/?path=/docs/73066e1c-0720-4a9b-8f81-a29d4250872a--docs&story=Link#73066e1c-0720-4a9b-8f81-a29d4250872a--link
/?path=/story/73066e1c-0720-4a9b-8f81-a29d4250872a--link&full=true
For client-side routing applications, a custom link component can be implemented; refer to the guidelines for details.