Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/atherosai/ui/input-01/

eye-off.svg /cody/atherosai/ui/input-01/eye-off.svg
231 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-eye-off" width="24" height="24" viewBox="0 0 24 24"
eye.svg /cody/atherosai/ui/input-01/eye.svg
268 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-eye" width="24" height="24" viewBox="0 0 24 24" stro
material-ui.html /cody/atherosai/ui/input-01/material-ui.html
420 Views
0 Comments


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Input 01</title>
<meta name=
script.js /cody/atherosai/ui/input-01/script.js
197 Views
0 Comments

const input = document.querySelector(".input__field");
const inputIcon = document.querySelector(".input__icon");

inputIcon.add
style.css /cody/atherosai/ui/input-01/style.css
142 Views
0 Comments

@import url(https://fonts.googleapis.com/css?family=Roboto);

html {
font-family: 'Roboto', sans-serif;
font-size: 14px;
}