From 0ecf576d9908e077d4bc42458881bcddcb656c87 Mon Sep 17 00:00:00 2001 From: Stefan Wrobel Date: Tue, 28 Jul 2020 12:37:40 -0700 Subject: [PATCH] docs(Tab): add note that `grid` prop only applies to vertical menu (#3957) Co-authored-by: Oleksandr Fediashov --- src/modules/Tab/Tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Tab/Tab.js b/src/modules/Tab/Tab.js index ff865909e3..9e2a57973f 100644 --- a/src/modules/Tab/Tab.js +++ b/src/modules/Tab/Tab.js @@ -122,7 +122,7 @@ Tab.propTypes = { /** Align vertical menu */ menuPosition: PropTypes.oneOf(['left', 'right']), - /** Shorthand props for the Grid. */ + /** Shorthand props for the Grid. Only applicable to vertical menus. */ grid: PropTypes.object, /**