made some nice progress today!
This commit is contained in:
parent
78b9857f57
commit
7c5d2a25ff
15 changed files with 1065 additions and 330 deletions
|
@ -15,6 +15,8 @@ export function List<T>(props: ListProps<T>) {
|
|||
{props.label}
|
||||
</b>
|
||||
|
||||
<sub class={css.metadata}>{props.items.length} result(s)</sub>
|
||||
|
||||
<ul class={css.list}>
|
||||
<Index each={props.items}>
|
||||
{(item) => <li>{props.children(item)}</li>}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue