In the following lesson you will learn how to use Tailwind CSS utility-first approach to create a floating form field known from Material Design. T...
For further actions, you may consider blocking this person and/or reporting abuse
Cool, wanna see more tailwind components 👀
Tailwind is just awesome. I wrote something - dev.to/fayazara/making-a-navigatio...
Thanks for sharing!
Awesome, thanks for sharing.
Hi Marc,
you have a slight error in your markup. The input elements are missing its
id
. Currently thefor
attribute on the labels has no correspondingid
in the markup.My preferred markup(not tested) would look like this. You don't need an
id
orfor
if you wrap the<input>
in the<label>
. The label might needdisplay: block;
.Hi Jonas, thanks for catching that the
id
from the input is missing. Looks like a nice workaround, I will try it out!Cool! A very clear tutorial! Nice results as well.
Thanks! and its easily customisable with tailwind