@haxtheweb/simple-colors
Version:
Automated conversion of simple-colors/
26 lines (23 loc) • 771 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>SimpleColors: All the Colors</title>
<script src="../../../node_modules/@haxtheweb/deduping-fix/deduping-fix.js"></script>
<script type="module">
import '@polymer/iron-demo-helpers/demo-snippet.js';
import '../simple-colors.js';
import '../lib/demo/simple-colors-swatches.js';
</script>
<style></style>
</head>
<body>
<div class="vertical-section-container centered">
<demo-snippet>
<h1>Colors</h1>
<simple-colors-swatches id="colors"></simple-colors-swatches>
</demo-snippet>
</div>
</body>
</html>