Untitled
Anonymous
html
03/21/2024 12:47 PM
520 B
19
Indexable
<script lang="ts">
import { Dialog as DialogPrimitive } from "bits-ui"
type $$Props = DialogPrimitive.ContentProps
let className: $$Props["class"] = undefined
export { className as class }
</script>
<DialogPrimitive.Close
class="disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground"
{...$$restProps}
>
<slot />
</DialogPrimitive.Close>
Editor is loading...
Leave a Comment