Create modal window like Google Keep for web

257 Views Asked by At

I'm using Ember for a project and I would change some test in a list just like the modals on Google Keep web version.

How to recreate the modal windows that appear when I click an item?

1

There are 1 best solutions below

0
On

I think the answer is in the Ember Cookbook: Using Modal Dialogs.