Items in a list view
<div class="max-w-sm border">
<ListItem title="A Thing" actions={demoMenu}>
{#snippet icon()}<Icons.Tumblr size="2em" />{/snippet}
</ListItem>
<ListItem title="Another Thing" subtitle="Different from the first thing">
{#snippet icon()}<Icons.Microblog size="2em" />{/snippet}
</ListItem>
<ListItem title="A secret third thing" subtitle="Yet another thing" actions={demoMenu}>
{#snippet icon()}<Icons.Microblog size="2em" />{/snippet}
</ListItem>
</div>