Hiyve Components - v1.0.0
    Preparing search index...
    • FileSharingDialog component

      Allows users to share a whiteboard with other users by email address. Supports view and edit permissions.

      Parameters

      Returns ReactElement

      <FileSharingDialog
      open={showDialog}
      fileId={currentFileId}
      fileName="My Whiteboard"
      ownerId={userId}
      sharedUsers={[]}
      onSave={(users) => handleSaveSharing(users)}
      onClose={() => setShowDialog(false)}
      />