Skip to content

v0.10.0

Compare
Choose a tag to compare
@cheton cheton released this 06 Sep 09:04
· 31 commits to master since this release

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
    }}
/>