shadcn-svelte password-input

Showcase

Usage

1. Copy component from GITHUB REPOSITORY and paste it into your components folder.

2. Use the component in your Svelte file as shown below:

<script>
    import PasswordInput from '$lib/components/ui/password-input/password-input.svelte';
    let value = '';
</script>

<PasswordInput name="pswd" bind:value />

If you find the project interesting feel free to give a star on github. Thanks! ❤️