videosphere
    Preparing search index...

    Interface SheetContentProps

    Props for SheetContent.

    interface SheetContentProps {
        side?: "left" | "right" | "top" | "bottom";
    }

    Hierarchy

    • ComponentPropsWithoutRef<typeof DialogPrimitive.Content>
    • VariantProps<typeof sheetVariants>
      • SheetContentProps
    Index

    Properties

    Properties

    side?: "left" | "right" | "top" | "bottom" = ...

    Edge from which the panel slides in. Defaults to right.