Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

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

eye-off.svg /cody/atherosai/ui/input-02/eye-off.svg
179 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-02/eye.svg
263 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-02/material-ui.html
334 Views
0 Comments


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Material UI Input</title>
<m
script.js /cody/atherosai/ui/input-02/script.js
206 Views
0 Comments

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

inputIcon.add
style.css /cody/atherosai/ui/input-02/style.css
111 Views
0 Comments

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

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