Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 431 Bytes

File metadata and controls

18 lines (12 loc) · 431 Bytes

Project Account Switcher

The Project and Account Switcher is part of the Global Nav and allows customers to switch the context to different projects or accounts.

Getting started

Install the package

yarn add @hig/project-account-switcher

Import the component and CSS

import ProjectAccountSwitcher from '@hig/project-account-switcher';
import '@hig/project-account-switcher/build/index.css';