hngprojects / hng_boilerplate_remix

132 stars 127 forks source link

[FEATURE] 🗺️ ⚙️ Settings Pages > Password Settings > implement a password visibility toggle #168

Open crystal4000 opened 1 month ago

crystal4000 commented 1 month ago

figma link - https://www.figma.com/design/VEItfX6St5NSAqqNHImcxD/HNG-Boilerplate-Designs?node-id=10-17260&t=ybfmYNMB6xh8HxXT-1

Description

Develop a Password Visibility Toggle component for the Settings Pages > Password Settings section. This component will allow users to toggle the visibility of their password input. The component should be user-friendly and easy to integrate into existing forms. It should include the following features:

Acceptance Criteria

The Password Visibility Toggle component is implemented according to the design. The component should allow users to toggle the password input type between "password" and "text". Ensure the component is fully responsive and works well across different screen sizes. Ensure accessibility standards are met, including appropriate ARIA roles and labels. Requirements The component should receive the following props:

password: The user-entered password.

onPasswordChange: A callback function that is triggered when the password changes. value.

### Tasks

Frame 1321315355

jerahmeel200 commented 1 month ago

can you please assign this issue to me