List group - Blog
<template> | |
<ul class="list-group"> | |
<li repeat.for="item of itemsSource" class="list-group-item"> | |
<template replaceable part="item-template">${defaultValue(item)}</template> | |
</li> | |
</ul> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment