Skip to content

Add an example about dialogs #252

@jtpio

Description

@jtpio

It would be nice to have an example showing how to use dialogs and / or all the different types of dialogs available.

Some examples already use dialogs, for example:

showDialog({
title: file.name,
body: 'Path: ' + file.path,
buttons: [Dialog.okButton()]
}).catch(e => console.log(e));

But it could be useful to have a dedicated example so it's easier to find and reference elsewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions