Skip to content

Commit

Permalink
fixup! fixup! Feat(web-twig): Add alignmentX and alignmentY prop to G…
Browse files Browse the repository at this point in the history
…rid component #DS-1414
  • Loading branch information
pavelklibani committed Aug 21, 2024
1 parent c7ea6b7 commit 46c8985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-twig/src/Resources/components/Grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 46c8985

Please sign in to comment.