Skip to content

pedegago/tailwind-floating-label-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailwind-floating-label-input

Input with floating label make with tailwindcss 3.0.18

Works with <input> and <textarea> elements.

image

How to use

<Input
    type="email"                      //textarea in case of textarea element.
    id="hero-email"   
    placeholder="[email protected]"  //required
>
    This is my label
</Input>

TODOs

Implement <select> component.

About

Input with floating label make with tailwindcss 3.0.18

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published