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.
The opacity
property controls an element's transparency, with 1
being fully opaque and 0
fully transparent. Use .opacity-{value}
utility classes to adjust accordingly.
*-0
*-25
*-50
*-75
*-100
next.design-system.post.ch/?path=/docs/5e27e48d-a5f6-4e57-a343-7f40507fc27b--docs&story=Opacity#5e27e48d-a5f6-4e57-a343-7f40507fc27b--opacity
/?path=/story/5e27e48d-a5f6-4e57-a343-7f40507fc27b--opacity&full=true
<div class="opacity-100">Opacity 100%</div>