<script lang="ts">
import { ListItem } from '@geoffcox/sterling-svelte';
</script>
<ListItem value="item1">sterling-svelte</ListItem>| Property Name | Type | Default | Comment | |
|---|---|---|---|---|
| disabled | boolean | null | undefined | false | When true, the item is disabled. | |
| value | string | undefined | undefined | The value uniquely identifying this item within the list. |
<div class="sterling-list-item">
{@render children()}
</div>