New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@highoutput/hds-auth

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/hds-auth

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.

  • 0.2.7
  • npm
  • Socket score

Version published
Maintainers
6
Created

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 />
    </>
  );
};

FAQs

Package last updated on 08 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts