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

ark-plumbing-masthead

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ark-plumbing-masthead

Masthead component for Ark Plumbing

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Ark Plumbing Masthead

NPM Version:

npm version

Introduction

As we will have multiple application in the future we wanted to be sure that had the same consistent style across the board with our Masthead. As this was the case we have created a component that we use can reuse, maintaining the same functionality and look across the estate.

Getting started

To install the masthead component use the following command:

npm install ark-plumbing-masthead --save

This will save the component to your dependencies.

Using the component

To use the component use the following line of code to import the distributed Masthead file:

import Masthead from 'ark-plumbing-masthead/dist/Masthead';

The masthead itself makes use of a Javascript object which you can have anywhere, just as long as you import it into the component.

To the use the component the line of code below will set it up for you:

<Masthead
  siteTitle="Plumbing UI"
  mastheadData={mastheadData}
  homeLink="/"
/>

FAQs

Package last updated on 07 Jan 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