Preline UI
preline.co › docs › toggle-password.html
Tailwind CSS Toggle Password | Preline UI, crafted with Tailwind CSS
Toggle Password Component, a show/hide JS plugin for forms, allows users to reveal or conceal their password inputs, aiding in precise entries.
Cruip
cruip.com › home › toggle password visibility with tailwind css and next.js
Toggle Password Visibility with Tailwind CSS and Next.js - Cruip
October 7, 2024 - "text" : "password"} className="w-full text-sm text-slate-600 bg-white border border-slate-300 appearance-none rounded-lg ps-3.5 pe-10 py-2.5 outline-none focus:bg-white focus:border-indigo-400 focus:ring-2 focus:ring-indigo-100" placeholder="Enter your password..." aria-label="Password" required /> <button className="absolute inset-y-0 end-0 flex items-center z-20 px-2.5 cursor-pointer text-gray-400 rounded-e-md focus:outline-none focus-visible:text-indigo-500 hover:text-indigo-500 transition-colors" type="button" onClick={toggleVisibility} aria-label={isVisible ? "Hide password" : "Show password"} aria-pressed={isVisible} aria-controls="password" > {isVisible ?
CodePen
codepen.io › framansi › pen › oNXEmdm
Login Show/Hide Password - Tailwind CSS & Alpine JS
'password' : 'text'" class="text-md block px-3 py-2 rounded-lg w-full bg-white border-2 border-gray-300 placeholder-gray-600 shadow-md focus:placeholder-gray-500 focus:bg-white focus:border-gray-600 focus:outline-none"> <div class="absolute inset-y-0 right-0 pr-3 flex items-center text-sm leading-5"> <svg class="h-6 text-gray-700" fill="none" @click="show = !show" :class="{'hidden': !show, 'block':show }" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512"> <path fill="currentColor" d="M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 37
Larainfo
larainfo.com › home › how to use hide show password in tailwind css & alpinejs
How to Use hide show Password in Tailwind CSS & AlpineJS - Larainfo
May 15, 2024 - <body class="flex items-center justify-center min-h-screen bg-gray-100"> <div class="w-full max-w-sm p-6 bg-white rounded-md shadow-md"> <h2 class="mb-6 text-2xl font-semibold text-center text-gray-700">Login</h2> <form> <div class="mb-4"> <label class="block mb-2 text-sm text-gray-600" for="email">Email</label> <input type="email" id="email" name="email" class="w-full px-4 py-2 text-sm text-gray-700 border rounded-md focus:border-blue-400 focus:outline-none focus:ring-1 focus:ring-blue-600" required> </div> <div class="mb-6 relative" x-data="{ show: false }"> <label class="block mb-2 text-sm text-gray-600" for="password">Password</label> <input :type="show ?
Larainfo
larainfo.com › home › react with tailwind css show/hide an input field password
React with Tailwind CSS Show/Hide an Input Field Password - Larainfo
May 16, 2024 - "text" : "password"} placeholder="Password" className="w-full px-4 py-2 text-base border border-gray-300 rounded outline-none focus:ring-blue-500 focus:border-blue-500 focus:ring-1" /> <label className="flex items-center mt-2"> <input type="checkbox" className="mr-2 w-4 h-4" checked={isPasswordVisible} onChange={togglePasswordVisibility} /> <span className="text-sm text-gray-600">Show password</span> </label> </div> ); }
YouTube
youtube.com › gooddo micro projects
Show/ Hide Password App with React Hooks & Tailwindcss for beginners - React Micro Project - YouTube
In this video you will learn the beginner approach to using HTML, Tailwindcss and React hooks to build a Password App. You will also learn the simplified app...
Published November 21, 2021 Views 4K
Bbbootstrap
bbbootstrap.com › home › snippets › tailwind css signup form show hide password and hover effect
Tailwind CSS signup form show hide password and hover effect Example
This snippet is free and open source hence you can use it in your project.Tailwind CSS signup form show hide password and hover effect snippet example is best for all kind of projects.A great starter for your new awesome project with 1000+ Font Awesome Icons, 4000+ Material Design Icons and Material Design Colors at BBBootstrap.com.
Preline UI
preline.co › docs › strong-password.html
Tailwind CSS Strong Password | Preline UI, crafted with Tailwind CSS
Strong Password Component visually indicates password strength with a progress bar, encouraging stronger credentials during user registration and settings.
GitHub
github.com › tailwindlabs › tailwindcss › discussions › 7465
Input password field view/hide eye icon · tailwindlabs/tailwindcss · Discussion #7465
Hello, I would be great to have a few input password fields in your premium UI with an eye icon (hide/show) password like this: https://codepen.io/Sohail05/pen/yOpeBm Hope this helps, Thanks, Ben
Author tailwindlabs