List Item

Items in a list view

A Thing
Another Thing Different from the first thing
A secret third thing Yet another thing
<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>