From 46c89850a5814c4de097cf6283793b22d3c76813 Mon Sep 17 00:00:00 2001 From: Pavel Klibani Date: Wed, 21 Aug 2024 09:38:12 +0200 Subject: [PATCH] fixup! fixup! Feat(web-twig): Add alignmentX and alignmentY prop to Grid component #DS-1414 --- packages/web-twig/src/Resources/components/Grid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-twig/src/Resources/components/Grid/README.md b/packages/web-twig/src/Resources/components/Grid/README.md index 6bde013384..35dc834600 100644 --- a/packages/web-twig/src/Resources/components/Grid/README.md +++ b/packages/web-twig/src/Resources/components/Grid/README.md @@ -98,7 +98,7 @@ Custom vertical (y-axis) spacing: ## Item Alignment -The `alignmentX` and `alignmentY` props are used to control the alignment of items within a container. +The `alignmentX` and `alignmentY` props are used to control the alignment of items within the `Grid` container. The available values for these properties can be found in our [alignment dictionary][alignment-dictionary]. `alignmentX`: Manages horizontal alignment, allowing you to position items to the left, center, or right of the container. It can also be configured with responsive values for different breakpoints.