@and-ui/react

AND UI React components

Usage no npm install needed!

<script type="module">
  import andUiReact from 'https://cdn.skypack.dev/@and-ui/react';
</script>

README

Reusable Component Library

Testing

Note that jest and babel-jest dependency versions should match exactly as those of create-react-app in the myapp folder.

$ yarn test
$ yarn storybook

Linting

$ yarn lint

Building

$ yarn build

The output is stored in the dist folder.