1.2.3 • Published 9 months ago

@thoughtindustries/user v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@thoughtindustries/user

A base component for user login and registration.

Login

The Login component renders a form for learners to enter email address and password to sign in, as well as a link to retrieve password in case the learner forgets their password. Once learner signs in successfully, learner will be redirected to the dashboard page.

Example code

import { Login } from '@thoughtindustries/user';

export function MyComponent() {
  // ...

  return (
    <Login />
  );
}

Registration

The Registration component renders a form for learners to register for your site and gain access to the learner dashboard.

1.2.3

9 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

11 months ago

1.2.0-beta.3

1 year ago

1.2.0-beta.2

1 year ago

1.2.0-beta.4

1 year ago

1.2.0-beta.1

1 year ago

1.2.0-beta.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago