d2-ui
Version: 
36 lines (32 loc) • 811 B
HTML
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>D2-UI | IconPicker component</title>
    <link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900' rel='stylesheet' type='text/css'>
    <style>
        html {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            font-weight: 300;
            padding: 0;
            margin: 0;
            background: #f5f5f5;
        }
        body {
            margin: 0;
            padding: 8px;
        }
        a {
            text-decoration: none;
            color: #1E88E5;
        }
    </style>
</head>
<body>
<h1><a href="index.html">D2-UI Examples</a>: IconPicker component</h1>
<hr/>
<div id="icon-picker"></div>
<script src="icon-picker.js"></script>
</body>
</html>