Last active
April 26, 2023 03:20
-
-
Save gocs/7c87aaedad249bced1993c7e6d19cdd2 to your computer and use it in GitHub Desktop.
input with label full width tailwind
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <label for="serial-no" class="flex"> | |
| <span>serial no</span> | |
| <div class="flex-1"><input id="serial-no" class="w-full h-full" placeholder="serial-no"></div> | |
| </label> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment