1.2.3 • Published 2 years ago
@thoughtindustries/user v1.2.3
@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
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.2.0-beta.3
2 years ago
1.2.0-beta.2
2 years ago
1.2.0-beta.4
2 years ago
1.2.0-beta.1
2 years ago
1.2.0-beta.0
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago