Shared reusable react BCGov themed components.
In order to use these shared react components locally, run:
yarn preparenpm install -g linklocalfrom the shared-components directory.
Then, to include the component dependency and include it in your react app:
- Add this to your
package.jsonfile:
"shared-components": "file:./../shared-components"- From the root of your react app, run:
linklocal