mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
8 lines
192 B
Svelte
8 lines
192 B
Svelte
<script lang="ts">
|
|
export let fullWidth = false;
|
|
</script>
|
|
|
|
<li class="numeric-list-item">
|
|
<div class="u-margin-block-start-8" class:u-width-full-line={fullWidth}><slot /></div>
|
|
</li>
|