Made the following code for the input field and its label:
<input id="username" class=uk-input" type="text">
<label for="username">Enter your username</label>
Is it possible to make input field's label floating like on the illustration by using just UIKit's techniques?
I've searched through UIKit documentation but found nothing related to my question.
If it is impossible with the UIKit then what is the best practice?