adodge-bcg / shared-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shared React Components

Shared reusable react BCGov themed components.

Running Locally

In order to use these shared react components locally, run:

yarn prepare
npm install -g linklocal

from the shared-components directory.

Then, to include the component dependency and include it in your react app:

  1. Add this to your package.json file:
"shared-components": "file:./../shared-components"
  1. From the root of your react app, run:
linklocal

About


Languages

Language:JavaScript 89.9%Language:CSS 10.1%