
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@rsuite/tab-nav
Advanced tools
A tab component based on rsuite nav enhancements.
npm install @rsuite/tab-nav --save
import TabNav from "@rsuite/tab-nav";
const App = () => {
return (
<TabNav>
<TabNav.Item eventKey="A">Item A</TabNav.Item>
<TabNav.Item eventKey="B">Item B</TabNav.Item>
<TabNav.Item eventKey="C">Item C</TabNav.Item>
<TabNav.Item eventKey="D">Item D</TabNav.Item>
<TabNav.Item eventKey="E">Item E</TabNav.Item>
</TabNav>
);
};
ReactDOM.render(<App />, mountNode);
TabNav extends all the props of Nav and also supports:
| Property | Type(Default) | Description |
|---|---|---|
| moreProps | object | More drop-down menu props |
| moreText | React.Node | More text displayed on the drop-down |
| onItemRemove | (eventKey)=>void | The callback function when removing options |
| removable | boolean | Options can be removed |
MIT licensed
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.