Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 3, 2023 17:46
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 bjoerntx/58fe531d653b1f7e657046da50bd29ee to your computer and use it in GitHub Desktop.
Save bjoerntx/58fe531d653b1f7e657046da50bd29ee to your computer and use it in GitHub Desktop.
<ul class="list-group">
<li class="drag list-group-item" draggable="true">firstname</li>
<li class="drag list-group-item" draggable="true">name</li>
<li class="drag list-group-item" draggable="true">company</li>
<li class="drag list-group-item" draggable="true">street</li>
<li class="drag list-group-item" draggable="true">zip</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment