<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. |
list item (<div) children (Snippet)