Password Input
An input that can toggle visibility of the password text and check the strength of the password.
Installation
Copy and paste the component source files linked at the top of this page into your project.
Usage
<script lang="ts">
import { PasswordInput } from '$lib/components/password-input';
</script>
<PasswordInput />
// Or
<PasswordInput variant="strength" /> Examples
With Strength Checker
Password strength