Skip to content

Link button to dialogue #11

@RitaOak

Description

@RitaOak

Hi,

I'm using your components for a project but I've run into a problem: it seems that I can't associate a button to open a dialogue. Right now this is my code:

<material-button id="open-modal" label="Sign In"></material-button>
<material-dialog id="modal">
    <h1 slot="header">Sign In</h1>
    <p slot="body"> Sign In here </p>
    <div slot="footer">
      <button id="action">close</button>
    </div>
</material-dialog>

The button itself shows up well, I just can't open dialogue with it. Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions