
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
react_websites_components
Advanced tools
a set of react components for developing SEO-friendly websites
A react library created for developing SEO-friendly websites, compatibile con React 16.8+ e FontAwesome 7.
npm install react_websites_components
This library requires your project to have the following dependencies installed:
If you use older versions, you may encounter errors such as useState is not a function.
import {HeaderNavBar,HeaderSocialIcons,HeaderImageLogo,Header} from 'react_websites_components/Header'
function App() {
<Header backGroundColor="red" fixed hoverColor="blue">
<HeaderNavBar
text={{size:'20px',family:"Open Sans, sans-serif"}}
enableHover
menuData={[{pageTitle:'home',pagePath:'/page1'},{pageTitle:'about us',pagePath:'/page2'},{pageTitle:'work',pagePath:'/page3'}]}
align="left"
componetGrow={3}
/>
<HeaderSocialIcons
enableHover
sizeIcon="18px"
iconList={{facebook:{link:'https://facebbok'},twitch:{link:'https://twitch'},instagram:{link:'https://twitch'}}}
align={'center'}
/>
<HeaderImageLogo urlImage="/file.svg" align={'right'}/>
</Header>
}
header component
NavBar component
NavBarIcon
NavBarLogo
import {Footer,FooterNavBar,FooterRow} from 'react_websites_components/Footer'
function App() {
<Footer backgroundColor="#666666ff">
<FooterRow align="center">
<FooterNavBar title={{content:'Company'}} align='center' links={{content:[{linkText:'About Us', linkPath:'/about'},{linkText:'Careers', linkPath:'/careers'},{linkText:'Press', linkPath:'/press'}]}}/>
<FooterNavBar title={{content:'support'}} align='right' links={{content:[{linkText:'Help Center', linkPath:'/help'},{linkText:'Contact Us', linkPath:'/contact'},{linkText:'Privacy Policy', linkPath:'/privacy'}]}}/>
</FooterRow>
<FooterRow align="left">
<FooterNavBar title={{content:'services'}} align='left' links={{content:[{linkText:'Consulting', linkPath:'/consulting'},{linkText:'Sales', linkPath:'/sales'},{linkText:'Training', linkPath:'/training'}]}}/>
</FooterRow>
</Footer>
}
Footer component
FooterRow component
FooterNavBar component
FAQs
a set of react components for developing SEO-friendly websites
We found that react_websites_components demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.