Shared reusable react BCGov themed components.
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:
- Add this to your
package.json
file:
"shared-components": "file:./../shared-components"
- From the root of your react app, run:
linklocal