Skip to content

Instantly share code, notes, and snippets.

@JanMiksovsky
Last active January 20, 2021 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JanMiksovsky/ef031404f9edfe0144e3878f86b9a97c to your computer and use it in GitHub Desktop.
Save JanMiksovsky/ef031404f9edfe0144e3878f86b9a97c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
</head>
<body>
<script
type="module"
src="https://cdn.jsdelivr.net/gh/elix/elix@main/define/ListComboBox.js"
></script>
<elix-list-combo-box>
<div>1</div>
<div>2</div>
<div>3</div>
</elix-list-combo-box>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment