
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
react-landing-ui
Advanced tools
A collection of all react components that might be needed to create landing pages
https://architgarg.github.io/react-landing-ui/
npm install --save react-landing-ui
import React, { Component } from 'react'
import { Logo } from "./components/Logo";
import { Button, NavBar, Footer, Switch } from 'react-landing-ui';
class Home extends Component {
render() {
return <>
<NavBar logo={<Logo/>}>
<a href="#">About</a>
<a href="#">Pricing</a>
<a href="#">Roadmap</a>
<a href="#">Contact</a>
<ShiningDiv>
<Button>Start Project</Button>
</ShiningDiv>
</NavBar>
<div>
<Switch label="Sample Switch"/>
</div>
<Footer
logo={<Logo/>}
mainLinks={<>
<a href="#">About</a>
<a href="#">Pricing</a>
<a href="#">Roadmap</a>
<a href="#">Contact</a>
</>}
extraLinks={<>
<a href="#">Privacy</a>
<a href="#"> © Archit 2022</a>
</>}
/>
</>
}
}
:root {
--rlu-primary: #005070;
--rlu-white: #ffffff;
--rlu-footer-bg: #1A1834;
--rlu-font-primary: 'Inter', sans-serif;
--rlu-font-secondary: 'Poppins', sans-serif;
--rlu-width-nav: 1080px;
--rlu-width-container: 890px;
--rlu-space-vertical: 10rem;
--rlu-nav-item-hover: #5547f0;
--rlu-btn-bg-color: #005070;
--rlu-btn-color: white;
--rlu-btn-font: 'Poppins', sans-serif
}
MIT © architgarg
FAQs
A collection of all react components that might be needed to create landing pages
We found that react-landing-ui 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.