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.
preview-6152--swisspost-design-system-next.netlify.app/?path=/docs/bec68e8b-445e-4760-8bd7-1b9970206d8d--docs&story=Default#bec68e8b-445e-4760-8bd7-1b9970206d8d--default
/?path=/story/bec68e8b-445e-4760-8bd7-1b9970206d8d--default&full=true
<div class="badge">1</div>
Make sure the @swisspost/design-system-styles
package is already present in your project or follow the installation guidelines.
To import all Design System styles:
@use '@swisspost/design-system-styles/post-compact.scss';
To import only the styles required for this component:
@use '@swisspost/design-system-styles/basics.scss'; @use '@swisspost/design-system-styles/components/badge.scss';
You can change the badge color simply by applying a .bg-*
class to it.
preview-6152--swisspost-design-system-next.netlify.app/?path=/docs/bec68e8b-445e-4760-8bd7-1b9970206d8d--docs&story=Colors#bec68e8b-445e-4760-8bd7-1b9970206d8d--colors
/?path=/story/bec68e8b-445e-4760-8bd7-1b9970206d8d--colors&full=true
A large number will extend the badge with.
To prevent the badge from being too large you can simply use the +
notation as shown hereafter.
preview-6152--swisspost-design-system-next.netlify.app/?path=/docs/bec68e8b-445e-4760-8bd7-1b9970206d8d--docs&story=Large Number#bec68e8b-445e-4760-8bd7-1b9970206d8d--large-number
/?path=/story/bec68e8b-445e-4760-8bd7-1b9970206d8d--large-number&full=true
As inline elements, the badges can be placed inside other element such as tags. They can also be place absolutely to appear above other elements such as icons for example.
preview-6152--swisspost-design-system-next.netlify.app/?path=/docs/bec68e8b-445e-4760-8bd7-1b9970206d8d--docs&story=Position#bec68e8b-445e-4760-8bd7-1b9970206d8d--position
/?path=/story/bec68e8b-445e-4760-8bd7-1b9970206d8d--position&full=true