yarcl
    Preparing search index...

    Function Dialog

    • A modal dialog built on the native <dialog> element: focus is trapped, the page behind is inert and doesn't scroll, and Esc closes it.

      Parameters

      Returns Element

      <Dialog
      trigger={<Button color="danger">Delete</Button>}
      title="Delete project?"
      description="This can't be undone."
      footer={<Button color="danger" onClick={remove}>Delete</Button>}
      />