2.0.0-beta.0 • Published 8 years ago
@front10/landing-page-book v2.0.0-beta.0
Edit on Github
Landing Page Book
@front10/landing-page-book is a kit of landing-page React components.
Setup
npm install --save @front10/landing-page-bookUsage
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>;
}
}Available Components
| Third-Party integrations | |||
|---|---|---|---|
GoogleAnalytics | GoogleMap | Github | OpenCollective |
Custom styles
Read our theming documentation.
Integration
Tests
npm run testCoding 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 | IE / Edge | Firefox | Opera | Safari | iOS Safari | Android |
|---|---|---|---|---|---|---|
| >=45 | >=10/>=12 | >=38 | >=30 | >=9 | >=9.0 | >=6.2 |
Changelog
Detailed version information in our Changelog.
2.0.0-beta.0
8 years ago
1.3.1
8 years ago
1.3.0
8 years ago
1.2.1
8 years ago
1.2.0
8 years ago
1.1.0
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago
0.1.23
8 years ago
0.1.22
8 years ago
0.1.21
8 years ago
0.1.20
8 years ago
0.1.19
8 years ago
0.1.18
8 years ago
0.1.17
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago