Tobias Bleckert

Results 27 comments of Tobias Bleckert

What do you think about making the footer a separate layer below the buttons? Something like this | Title | |------| | Body | | Buttons | Buttons | |...

Ah ok I see. What do you think about having the buttons arrays accepting components as well (not only button objects)? ```js { left: [], right: [{ text: 'Add', }]...

@z-vr Would this suit your needs? https://github.com/minutemailer/react-popup/blob/master/example/index.jsx#L19-L29

@agelospanagiotakis Thanks! I make sure to add a better explanation in the docs. For now, you can take the two examples in the demo page, maybe that will give you...

That sounds great!

If you are already using scopes, can't you just do: `key.deleteScope(this.scope);` According to the docs `deleteScope` removes all events that are in that scope