Skip to content

Commit 0ecf576

Browse files
docs(Tab): add note that grid prop only applies to vertical menu (#3957)
Co-authored-by: Oleksandr Fediashov <[email protected]>
1 parent b03ed50 commit 0ecf576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/Tab/Tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Tab.propTypes = {
122122
/** Align vertical menu */
123123
menuPosition: PropTypes.oneOf(['left', 'right']),
124124

125-
/** Shorthand props for the Grid. */
125+
/** Shorthand props for the Grid. Only applicable to vertical menus. */
126126
grid: PropTypes.object,
127127

128128
/**

0 commit comments

Comments
 (0)