{title}
+{intro}
+ +diff --git a/components/.storybook/preview.ts b/components/.storybook/preview.ts
index 46a7ca60..81b35f72 100644
--- a/components/.storybook/preview.ts
+++ b/components/.storybook/preview.ts
@@ -19,6 +19,7 @@ const preview: Preview = {
'Design Tokens',
'Typography',
['Headline', 'Copy', 'Caption'],
+ 'Layout',
'Display',
'Chart',
['ChartHeader'],
diff --git a/components/src/Breakout/Breakout.mdx b/components/src/Breakout/Breakout.mdx
new file mode 100644
index 00000000..fc608bb8
--- /dev/null
+++ b/components/src/Breakout/Breakout.mdx
@@ -0,0 +1,13 @@
+import { Story, Meta, Primary, Controls, Stories } from '@storybook/addon-docs/blocks';
+
+import * as BreakoutStories from './Breakout.stories.svelte';
+
+
+
+# Breakout
+
+Utility component for breaking out of the [SWR.de](https://www.swr.de) grid system.
+
+
Nutze die "Embed URL" um Grafiken in Sophora einzubinden.
Nutze die "Embed URL" um Grafiken in Sophora einzubinden.
``` @@ -66,47 +52,10 @@ const sampleScale = scaleThreshold([0, 10], tokens.scales.red_blue); The tokens on this page are available as a [Figma library](https://www.figma.com/design/Wrd7uUV3GxpNXXkM5ozuHk/Datalab-Design-Tokens?node-id=0-1&t=iOqDxhuMdvEyY8VK-1). This is enabled by default for any file in the [SWR Data Lab team](https://www.figma.com/files/1125823985461580916/team/1415988138343592768). -## Typography - -Type sizes and paragraph styles are designed to match the typography on [swr.de](https://www.swr.de/). **Styles** come with built-in settings for `line-height`, `letter-spacing`, etc. and should be preferred over using **sizes** directly. - -### Styles - -#### H2 - - - -#### Copy - - - -#### Caption - - - -#### Note - - - -### Sizes - -{intro}
+ +