Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@front10/landing-page-book
Advanced tools
@front10/landing-page-book
is a kit of landing-page React components.
npm install --save @front10/landing-page-book
import React, { Component } from 'react';
import { Hero, Navbar } from '@front10/landing-page-book/dist/components';
import 'bootstrap/dist/css/bootstrap.min.css';
import '@front10/landing-page-book/dist/themes/default/index.css';
class App extends Component {
render() {
<div className="App">
<Navbar brandLink="https://front10.com" brandLogo="https://front10.com/img/logos/logo.png" />
<Hero
backgroundColor="#212529"
particlesParams={{ particles: { line_linked: { enable: false } } }}
header="Landing Page Book"
subHeader="Some cool text"
/>
</div>;
}
}
Third-Party integrations | |||
---|---|---|---|
GoogleAnalytics | GoogleMap | Github | OpenCollective |
Read our theming documentation.
npm run test
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Chrome | IE / Edge | Firefox | Opera | Safari | iOS Safari | Android |
---|---|---|---|---|---|---|
>=45 | >=10/>=12 | >=38 | >=30 | >=9 | >=9.0 | >=6.2 |
Detailed version information in our Changelog.
FAQs
A react library for landing page
We found that @front10/landing-page-book demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.