Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@front10/landing-page-book

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@front10/landing-page-book

A react library for landing page

  • 2.0.0-beta.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Edit on Github

Front10 Component Explorer

Landing Page Book

@front10/landing-page-book is a kit of landing-page React components.

standard-readme compliant BrowserStack Status Coverage Status Build Status

Setup

npm install --save @front10/landing-page-book

Usage

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>;
  }
}
Edit Landing page example

Available Components

Main components
NavbarBackersOpenCollectiveImageListImage
HeroTeamLocationIcon
SectionSponsorsSocialInput
FeaturesBuiltWithVideoLabel
GithubButtonContactInfoLanguageSwitcherLink
CodeContactUsWizardTextBox
BrowserSupportCopyrightBrowserCard
GifDonationButton
BackersFooterHeader
Third-Party integrations
GoogleAnalyticsGoogleMapGithubOpenCollective

Custom styles

Read our theming documentation.

Integration

Tests

npm run test

Coding styles

Built With

Authors

  • Front10-dev - Initial work - Front10

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Browsers support

Chrome
Chrome
IE / Edge
IE / Edge
Firefox
Firefox
Opera
Opera
Safari
Safari
iOS Safari
iOS Safari
Android
Android
>=45>=10/>=12>=38>=30>=9>=9.0>=6.2

Changelog

Detailed version information in our Changelog.

Keywords

FAQs

Package last updated on 12 Nov 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc