Skip to content
This repository was archived by the owner on May 8, 2019. It is now read-only.
/ gcui Public archive

GC UI components for the some previous systems...

License

Notifications You must be signed in to change notification settings

cds-snc/gcui

Repository files navigation

GCUI

This is a project to collect the bits of UI code that CDS creates into a single place, ready to be reused.

Installation

In your project folder run either of the following commands:

yarn add @cdssnc/gcui
# or
npm i @cdssnc/gcui

Usage

import {
	WordMark
	EnerguideLogo,
	GoCSignature,
	DownwardChevron,
	UpwardChevron,
	PhaseBadge,
	PhaseBanner,
	Button,
	ErrorBoundary,
 } from '@cdssnc/gcui'

// Do something with <WordMark />

Seeing the components

To explore the components and their documentation, run the following commands:

git clone https://github.com/cds-snc/gcui.git && cd gcui
npm i
npm run storybook

You can then explore the components visually in a React Storybook by going to localhost:9001

Running the tests

npm t

About

GC UI components for the some previous systems...

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •