Skip to content

evadb/gcui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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. The list of components currently available are:

  • WordMark
  • EnerguideLogo
  • GoCSignature
  • DownwardChevron
  • UpwardChevron
  • Button

Installation

yarn install @cdssnc/gcui

Usage

import { WordMark } 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
yarn
yarn run storybook

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

Running the tests

yarn test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%