1.0.0 • Published 4 years ago

ibm-selector-masthead v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

IBM Selector Tool Masthead

Made with create-react-library

NPM JavaScript Style Guide

Project Description

Created for the IBM Cloud & Data Platform Customer Marketing team, this repo contains a library of react components for building a copy of the masthead of the IBM Cloud website. These components are used in the IBM Product Selector Tool project but may be useful for other standalone react apps.

Install

npm install --save ibm-selector-masthead

Usage

import React from 'react';
import Masthead from 'ibm-selector-masthead';

const MyApp = () => <Masthead />;