
Security News
Python Adopts Standard Lock File Format for Reproducible Installs
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
@rsuite/responsive-nav
Advanced tools
A responsive navigation component based on rsuite navigation enhancements
A responsive navigation component based on rsuite navigation enhancements.
npm install @rsuite/responsive-nav --save
import Nav from "@rsuite/responsive-nav";
const App = () => {
return (
<Nav>
<Nav.Item eventKey="A">Item A</Nav.Item>
<Nav.Item eventKey="B">Item B</Nav.Item>
<Nav.Item eventKey="C">Item C</Nav.Item>
<Nav.Item eventKey="D">Item D</Nav.Item>
<Nav.Item eventKey="E">Item E</Nav.Item>
</Nav>
);
};
ReactDOM.render(<App />, mountNode);
ResponsiveNav
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
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.