We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
c3128af
Add a border to the bottom for the "tabs" navigation style (8910f12, 6c899c7)
You can use inline style to hide the bottom border:
<Nav {...props} navStyle="tabs" style={{ borderBottomColor: 'transparent' // Make a transparent bottom border }} />