channel creation / deletion
This commit is contained in:
parent
f1dcd0cfc5
commit
d0509788ff
19 changed files with 577 additions and 28 deletions
|
|
@ -0,0 +1,7 @@
|
|||
<script lang="ts">
|
||||
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||
|
||||
let { open = $bindable(false), ...restProps }: ContextMenuPrimitive.SubProps = $props();
|
||||
</script>
|
||||
|
||||
<ContextMenuPrimitive.Sub bind:open {...restProps} />
|
||||
Loading…
Add table
Add a link
Reference in a new issue