diff --git a/packages/design-system/src/components/ds-drawer/__tests__/__snapshots__/ds-drawer.docs.snap b/packages/design-system/src/components/ds-drawer/__tests__/__snapshots__/ds-drawer.docs.snap
new file mode 100644
index 000000000..452fe9b3e
--- /dev/null
+++ b/packages/design-system/src/components/ds-drawer/__tests__/__snapshots__/ds-drawer.docs.snap
@@ -0,0 +1,796 @@
+# DsDrawer docs snippets
+
+## Default
+
+### Show code
+{
+ render: DrawerTemplate,
+ parameters: {
+ docs: {
+ source: {
+ type: 'code'
+ }
+ }
+ },
+ args: {
+ children: <>
+
Modal body content.
+The default variant has an inset header underline and no footer border.
-This is the default modal variant with simple content.
+- Click the button below to open a form modal. Fill out the form and click "Save Changes" to - see the results displayed here. -
-Click the button below to open a custom modal with custom header and footer content.
-Example showing how to add an icon to the modal header.
-Your session will expire in 5 minutes due to inactivity.
+Modal with only body and footer content, no header section.
-
+
- This is a panel. It can contain any content you like, such as text, images, or other components. -
+It is collapsible. Hover it to see the trigger button.
+This panel uses a responsive width.
-Large screens: 480px. Medium screens: 240px.
+{action}
} -