A set of UI components and other items used in WTC Moderation Systems
npm install @wethecurious/wtc-mod-base-libA set of UI components and other items used in WTC Moderation Systems
##Storybook
To see and try out the components, use Storybook:
```
npm i && npm run storybook
> Will open your browser where you can see the components you can use.
... is available via the withWTCAuthentication higher-level component.
Use .env variable REACT_APP_USE_AUTH to overwrite the default authentication behaviour
`lang=bash
REACT_APP_USE_AUTH=1 # always use auth
REACT_APP_USE_AUTH=0 # don't use auth
`
Documentation generated from the source code is available in docs/index.html`.