1.0.11 • Published 9 months ago

trivut-templates v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

trivut-templates

Trivut's react library for front-end templates.

Installation and Usage

Install the library with npm install trivut-templates

Import Register

import { Register } from "trivut-templates";

Import Sign in

import { Signin } from "trivut-templates";

Import Register and Sign in

import { Register, Signin } from "trivut-templates";

Add Register component

<Register appCode="SAMPLE_CODE" />
/* Register props and their default values
    appCode,
    showSecurityQandA = true,
    maxWidth = "600px",
    signinPath = "/signin"
*/

Add Sign in component

<Signin appCode="SAMPLE_CODE" />
/* Signin props and their default values
    appCode,
    maxWidth = "600px",
    title = "Sign in to your account",
    landingPagePath = "/profile",
    forgotPassLink = "/reset-password",
    forgotPassTitle = "Forgot your password?",
    registerLink = "/register",
    registerTitle = "No account? Register now"
*/
1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago