Password input field with show/hide password eye button for svelte with framework7
git clone https://github.com/kimxilxyong/svelte-framework7-password.git
cd svelte-framework7-password
npm install framework7 framwork7-svelte
npm run dev
[moe@manjaro4 svelte-framework7-password]$ ll src/components/
total 8
-rw-r--r-- 1 moe moe 2747 27. Sep 17:56 app.svelte
-rw-r--r-- 1 moe moe 3394 2. Okt 19:03 input-password.svelte
[moe@manjaro4 svelte-framework7-password]$ ll src/css
total 8
-rw-r--r-- 1 moe moe 145 2. Okt 19:01 app.css
-rw-r--r-- 1 moe moe 1822 27. Sep 17:56 icons.css
[moe@manjaro4 svelte-framework7-password]$