Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add login page #8

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ashutosh-bisoyi
Copy link
Contributor

@ashutosh-bisoyi ashutosh-bisoyi commented Nov 8, 2023

Added a login page with the following specifications

  1. Company's branding with logo
  2. An email field with validations
  3. A password field with masking feature and validation
  4. Option to remember me and forget password
  5. Login button with loading and disabled state
  6. An option to register for new user

Created a core input component that will serve as base for all inputs across project. This will help keeping things uniform.
This includes

  1. Generalised styling
  2. Dynamic error messages depending on input control
    login

@ashutosh-bisoyi ashutosh-bisoyi marked this pull request as draft November 8, 2023 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant