@logo-elements/tag-input
Version:
Input control for a collection of tags
19 lines (16 loc) • 390 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes" name="viewport">
<script src="../node_modules/wct-browser-legacy/browser.js"></script>
</head>
<body>
<script>
// Load and run all tests (.html, .js):
WCT.loadSuites([
'paper-tags-input_test.html'
]);
</script>
</body>
</html>