0.0.46 • Published 2 years ago

react-sitelib v0.0.46

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

react-sitelib

A comprehensive React library that simplifies UI development by offering a rich collection of reusable UI components and utility methods. Designed to streamline the creation of user interfaces across various applications, this package allows our team to centralize and maintain consistent UI elements, ensuring a cohesive and efficient development process

Installation (for standard modern project)

npm i react-sitelib

Dependencies

Required Peer Dependencies

These libraries are not bundled with React-Sitelib and are required at runtime:

example usage

import { TitleWMutedRow, FieldValidationErrorMsg, HelpText, SubmitButton } from 'react-sitelib';

function SomeExamples() {
  return (
    <>
        <TitleWMutedRow muted={language.mutedTitle}>{language.title}</TitleWMutedRow>
        <HelpText>Enter the code you received in your email to finish signing in.</HelpText>
        <div className="form-group text-center">
            <div className="input-group mb-2">
                <input type="hidden" className="form-control" id="code" placeholder="Enter verification code" {...register("code")} />
            </div>
            <FieldValidationErrorMsg field="code" errors={errors} />
        </div>
        <SubmitButton isSubmitting={isSubmitting} isSubmitSuccessful={isSubmitSuccessful} defaultLabel="Verify Code" className="btn-medstar-primary"/>
    </>
  );
}
0.0.46

2 years ago

0.0.45

2 years ago

0.0.44

2 years ago

0.0.43

2 years ago

0.0.42

2 years ago

0.0.41

2 years ago

0.0.40

2 years ago

0.0.38

2 years ago

0.0.37

2 years ago

0.0.36

2 years ago

0.0.35

2 years ago

0.0.34

2 years ago

0.0.33

2 years ago

0.0.32

2 years ago

0.0.31

2 years ago

0.0.30

2 years ago

0.0.29

2 years ago

0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago