Releases: trendmicro-frontend/react-navs
Releases · trendmicro-frontend/react-navs
v0.11.3
Address an issue where checking element type for imported components is not possible with projects using react-hot-loader (6496d1b)
v0.11.2
Adds lazy prop to decide which tabpane should be lazy (b3b5a53, PR #3 by @xJkit)
v0.11.1
Unmount inactive tab content rather than display none (a7c447d, PR #2 by @xJkit)
v0.11.0
TabContent and TabPane support (6e7cc65)
v0.10.0
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
}}
/>