Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Feat(web-react): Add spacing property t…
Browse files Browse the repository at this point in the history
…o `Grid` #DS-1388
  • Loading branch information
dlouhak committed Aug 1, 2024
1 parent 722c64c commit 4b21403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-react/src/components/Grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ Custom responsive spacing:
</Grid>
```

Custom horizontal spacing:
Custom horizontal (x-axis) spacing:

```jsx
<Grid spacingX={{ mobile: 'space-400', tablet: 'space-800' }}>
<!-- Grid content -->
</Grid>
```

Custom vertical spacing:
Custom vertical (y-axis) spacing:

```jsx
<Grid spacingY={{ mobile: 'space-400', tablet: 'space-800' }}>
Expand Down

0 comments on commit 4b21403

Please sign in to comment.