CL-Input

PHOTO EMBED

Sat Feb 19 2022 15:30:49 GMT+0000 (Coordinated Universal Time)

Saved by @Abhi_exe

<!-- Remove 'required' if the input is not mandatory in your usecase-->
<input required="required" class="input-text" type="text" placeholder="Text Input">

<input required="required" class="input-number" type="number" placeholder="Number Input">

<input required="required" class="input-password" type="password" placeholder="Password Input">
content_copyCOPY