| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Tailwind plugin to add floating label, control with float label components
Demo - https://unlight.github.io/tailwind-float-label
<form class="max-w-xs mx-auto p-5 space-y-4">
<div class="float-container">
<label for="fullname" class="float-label px-2 text-gray-600"
>Full Name</label
>
<input
type="text"
id="fullname"
class="float-input w-full px-3 py-2 border border-gray-300"
placeholder="Full Name"
/>
</div>
</form>If you need animation, add to .float-label following classes: transition-all duration-200
MIT License (c) 2025
| Back | FazBrowse Home | New Git URL |