@aherrahul/rds-icons
Version:
A rds icons built by rahul aher, using for RDS dessign system and Vue components used in project
19 lines (17 loc) • 417 B
HTML
<html lang="en">
<head>
<link rel="stylesheet" href="./styles.css"/>
<link href="https://fonts.googleapis.com/css2?family=Staatliches&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<h1>RDS Icons</h1>
<div>
<input placeholder="Filter icons" type="text"/>
</div>
</div>
<div class="icon-list">
</div>
</body>
<script src="./main.js"></script>
</html>