0.3.1 • Published 4 years ago

@wethecurious/wtc-mod-base-lib v0.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@wethecurious/wtc-mod-base-lib - Minimal UI Library for WTC Moderation Systems

A 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.

Cognito Authentication

... is available via the withWTCAuthentication higher-level component.

Use .env variable REACT_APP_USE_AUTH to overwrite the default authentication behaviour

REACT_APP_USE_AUTH=1 # always use auth
REACT_APP_USE_AUTH=0 # don't use auth

Docs

Documentation generated from the source code is available in docs/index.html.