From 4caa5e159f79d3f123dc4dbaff4e26618a7fac52 Mon Sep 17 00:00:00 2001 From: Pavel Klibani Date: Thu, 28 Nov 2024 16:22:32 +0100 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Feat(web-react): Introduce Card component #1535 --- packages/web-react/src/components/Card/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-react/src/components/Card/README.md b/packages/web-react/src/components/Card/README.md index 64db2d9110..983ba95316 100644 --- a/packages/web-react/src/components/Card/README.md +++ b/packages/web-react/src/components/Card/README.md @@ -101,7 +101,7 @@ CardArtwork is an optional subcomponent that displays a small image or icon. ``` -### Artwork Alignment +### Artwork Alignment (Horizontal Layouts Only) In the vertical Card layout, the artwork can be horizontally aligned to the start, center, or end of the Card. Available alignment options are derived from the [AlignmentX][dictionary-alignment] dictionary.