mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 17:54:12 +02:00
update shadcn components
This commit is contained in:
7
web/src/lib/components/ui/form/form-button.svelte
Normal file
7
web/src/lib/components/ui/form/form-button.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
import * as Button from "$lib/components/ui/button/index.js";
|
||||
|
||||
let { ref = $bindable(null), ...restProps }: Button.Props = $props();
|
||||
</script>
|
||||
|
||||
<Button.Root type="submit" bind:ref {...restProps} />
|
||||
Reference in New Issue
Block a user