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

formidable-landers

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formidable-landers

Reusable components for Formidable's marketing sites

  • 0.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
56
decreased by-68.18%
Maintainers
2
Weekly downloads
 
Created
Source

Formidable Landers

Welcome to the HQ of maintaining our visible Formidable projects. Our issues capture the planning process for their landing pages.

Our goal is consistent branding and wording across all of our visible projects. For example, they should all have the same header and footer.

Install and Usage

Add formidable-landers as a dependency.

npm install formidable-landers --save

Import the desired components and any variables/settings if available.

import { Header, Footer } from "formidable-landers";
import { VictorySettings, VictoryTheme, Header, Footer } from "formidable-landers";

Both the <Header /> and <Footer /> components can be dropped in as is or be customized. The default background colors are sandy, so I recommend adding a backgroundColor prop at minimum.

<Header backgroundColor="#242121" />
<Footer backgroundColor="#242121" />

All the available customizations:

<Header
  backgroundColor={VictorySettings.palestSand}
  styleOverrides={{
    display: "block"
  }}
  linkStyles={{
    color: "#c43a31",
    ":hover": {
      color: "#e58c7d"
    }
  }}>
  Looking to level up your team?
</Header>
<Footer
  backgroundColor={VictorySettings.palestSand}
  styleOverrides={{
    display: "block"
  }}
  linkStyles={{
    color: "#c43a31",
    ":hover": {
      color: "#e58c7d"
    }
  }}
  footerLogo="img/logo.svg">
  Please press [ space ] to continue.
</Footer>

Our Projects

ProjectSourceLander
BuilderFormidableLabs/builder-docshttp://builder.formidable.com
EcologyFormidableLabs/ecology-
ES6 Interactive GuideFormidableLabs/es6-interactive-guidehttp://stack.formidable.com/es6-interactive-guide/
Stack.FormidableLabs/formidablelabs.github.io http://stack.formidable.com/
RadiumFormidableLabs/radiumhttp://stack.formidable.com/radium/
SpectacleFormidableLabs/spectaclehttp://stack.formidable.com/spectacle/
VictoryFormidableLabs/victoryhttp://victory.formidable.com/
Notes
  • All projects with landers (except Radium) are built on React
  • Radium is built on jekyll

Publish

  1. Merge your PR into master.

  2. Add a new version

npm version major|minor|patch -m "Version %s - INSERT_REASONS"
  1. Publish
npm publish
  1. Push commit with tags
git push origin master --tags

FAQs

Package last updated on 12 Feb 2016

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