` page according to our new structure of component documentation.
diff --git a/docs/content/components/layout/center/center.demo.tsx b/docs/content/components/layout/center/center.demo.tsx
new file mode 100644
index 0000000000..c11a736257
--- /dev/null
+++ b/docs/content/components/layout/center/center.demo.tsx
@@ -0,0 +1,10 @@
+import { Center } from '@marigold/components';
+import { Rectangle } from '@/ui/Rectangle';
+
+export default () => (
+
+
+
+
+
+);
diff --git a/docs/content/components/layout/center/center.mdx b/docs/content/components/layout/center/center.mdx
index 8a29db3906..13a4226337 100644
--- a/docs/content/components/layout/center/center.mdx
+++ b/docs/content/components/layout/center/center.mdx
@@ -1,39 +1,50 @@
---
title: Center
caption: Component to center its children horizontally.
+badge: updated
---
-The `
` is a layout component that centers its children horizontally.
-You can use it to center a single child or a list of children. The `
` component has also the property maxWidth.
+The `
` is a layout component that centers its children horizontally within a container.
-The `
` component can also be a child from the [``](/components/stack/) or [``](/components/inline/) component.
+## Usage
-## Import
+You can use it to center a single child or a list of children. The `maxWidth` prop sets the maximum width of the container
+and the `space` prop adds spacing between the children elements.
-```tsx
-import { Center } from '@marigold/components';
-```
+The `
` component can also be used with components like [``](/components/content/text), [``](/components/layout/stack/) or [``](/components/layout/inline/) component.
-## Props
-
-
-
-## Examples
-
-### Center element with maximum width
-
-To center an element you must give the element a `maxWidth` prop.
+
-
-
-### Center more than one element with space
-
-To add spaces between each child you can use the prop `space`.
-
-
+## Props
-### Center inside Text Block
+
-If you want to center something like a `