Migrate from previous project with updated dependencies ready for March 2025
This commit is contained in:
7
src/components/Button.svelte
Normal file
7
src/components/Button.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import { Button } from "bits-ui";
|
||||
</script>
|
||||
|
||||
<Button.Root class="bg-ecsess-600 text-ecsess-200 px-4 py-2 m-1 rounded-lg border-none">
|
||||
<slot />
|
||||
</Button.Root>
|
||||
Reference in New Issue
Block a user