From cb2a8cd3c86f69a2a20b9c393921213d65468682 Mon Sep 17 00:00:00 2001 From: naved Date: Wed, 12 Apr 2023 15:31:00 +0530 Subject: [PATCH] Docs Updated --- docs/data/joy/components/card/card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/joy/components/card/card.md b/docs/data/joy/components/card/card.md index 700e430d9b746e..00b1516e8f4bf9 100644 --- a/docs/data/joy/components/card/card.md +++ b/docs/data/joy/components/card/card.md @@ -77,7 +77,7 @@ You can add any number of Card Covers to create more sophisticated stacked layer ### Horizontal alignment Card contents are arranged in a column by default. -For horizontal alignment, add the `row` prop to the Card. +For horizontal alignment, add the `orientation="horizontal"` prop to the Card. If present, the [Card Overflow](#expand-to-fill) component will adapt accordingly. {{"demo": "RowCard.js" }}