ibm-selector-masthead
v1.0.0
Published
A masthead component to render an IBM Cloud menus.
Downloads
2
Readme
IBM Selector Tool Masthead
Made with create-react-library
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 />;