I need to make (ion-label floating) same like below screenshot in my ionic4 project.
please advice me.
Here is the link what i am looking
https://www.freakyjolly.com/gmail-login-input-field-style/
This is my current code
<ion-item>
<ion-label position="floating">Floating Label</ion-label>
<ion-input formControlName="password" id="password" type="password"></ion-input>
</ion-item>