Skip to content

Instantly share code, notes, and snippets.

@YoranBrondsema
Created April 7, 2017 23:29
Show Gist options
  • Save YoranBrondsema/054f98a6d968cb4432f1560bcb169f96 to your computer and use it in GitHub Desktop.
Save YoranBrondsema/054f98a6d968cb4432f1560bcb169f96 to your computer and use it in GitHub Desktop.
Popover with multiple yield blocks
{{#pop-over
as |p|
}}
{{#p.trigger}}
Click me
{{/p.trigger}}
{{#p.dialog}}
<p>Some interesting content here.</p>
{{/p.dialog}}
{{/pop-over}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment