0.2.23 • Published 1 year ago

@unofficial-hds/auth v0.2.23

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Getting started

We aim to build a library of custom ReactJS components that implements our unique UI design conventions. The ReactJS components will be based primarily on Chakra UI components. React Storybook will be used for documentation and testing.

Commands

To install package, use:

npm i @highoutput/hds-auth

Usage

import { CredentialLoginForm } from '@highoutput/hds-auth';

export const SamplePage = () => {
  return (
    <>
      <CredentialLoginForm />
    </>
  );
};