@aaa-ncnu/common-react-components

To view components in storybook:

Usage no npm install needed!

<script type="module">
  import aaaNcnuCommonReactComponents from 'https://cdn.skypack.dev/@aaa-ncnu/common-react-components';
</script>

README

Common React Components

Storybook

To view components in storybook:

npm run storybook

then navigate to localhost:9001

Smart Webfont

Due to CORS issues, in order to properly load the Smart webfont, you will need to add the following to your /etc/hosts:

127.0.0.1 local.mwg.aaa.com

Afterwards, you can navigate to local.mwg.aaa.com:9001 to view

Unit testing

This project uses jest and will run unit tests on each build or with npm test.