Attempting to correct previous issues with monorepo structure

This commit is contained in:
luke-hagar-sp
2024-02-01 12:42:36 -06:00
parent 4d8a34f363
commit 0ecfb7161f
122 changed files with 23585 additions and 15321 deletions

View File

@@ -0,0 +1,14 @@
<script lang="ts">
import { ProgressRadial } from '@skeletonlabs/skeleton';
export let width: string = '';
</script>
<div class="grid place-content-center {width}">
<ProgressRadial
{width}
stroke={100}
meter="stroke-primary-500"
track="stroke-primary-500/30"
class="progress-bar"
/>
</div>