Skip to content

Commit

Permalink
docs(Tab): add note that grid prop only applies to vertical menu (#…
Browse files Browse the repository at this point in the history
…3957)

Co-authored-by: Oleksandr Fediashov <alexander.mcgarret@gmail.com>
  • Loading branch information
swrobel and layershifter authored Jul 28, 2020
1 parent b03ed50 commit 0ecf576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Tab/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,

/**
Expand Down

0 comments on commit 0ecf576

Please sign in to comment.