![38% of CISOs Fear They’re Not Moving Fast Enough on AI](https://cdn.sanity.io/images/cgdhsj6q/production/faa0bc28df98f791e11263f8239b34207f84b86f-1024x1024.webp?w=400&fit=max&auto=format)
Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
drawer-navigation
Advanced tools
drawer-navigation is a drawer navigation solution for react web apps.
drawer-navigation is a drawer navigation solution for react web apps.
Install the pacakage :
npm i drawer-navigation
yarn add drawer-navigation
import Drawer from 'drawer-navigation/Drawer
<Drawer
routes={[{url:"/",component:<Home/>,label:"Home"},{url:"/shop",component:<h1>About</h1>,label:"Shop"}]}
mainContainerStyles={{
display:"flex",
flexDirection:"column",
justifyContent:"center",
alignItems:"center",
width:"100%",
height:"100%"
}}
hamburgerIconColor="red"
drawerCloseColor="orange"
drawerBackgroundColor="blue"
drawerLabelsStyle={{border:"2.5px solid orange",width:"auto",color:"orange",fontFamily:"monospace",padding:12,margin:2}}
/>
Props | Details | Example |
---|---|---|
routes | takes an array of objects:{url:"/your-page",component<YourPage/>,label:"Your Page"} | |
mainContainerStyles | Styles the containing element that holds the main view takes a styles object : {width:200,height:200} | |
drawerLabelsStyle | Styles the drawer element that holds the main view takes a styles object : {width:200,height:200} | |
hamburgerIconColor | color for the hamburger icon that opens teh drawer , takes a string | "red" |
drawerCloseColor | color for the close drawer icon that closes the drawer , takes a string | "orange" |
drawerBackgroundColor | drawer background color , takes a string | "green" |
FAQs
drawer-navigation is a drawer navigation solution for react web apps.
The npm package drawer-navigation receives a total of 0 weekly downloads. As such, drawer-navigation popularity was classified as not popular.
We found that drawer-navigation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.