Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created October 23, 2016 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freshcutdevelopment/05beb68ef2f3dc5180c962aa903c282c to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/05beb68ef2f3dc5180c962aa903c282c to your computer and use it in GitHub Desktop.
Messages
<template>
<require from="message-composer"></require>
<require from="message-bell"></require>
<require from="message-list"></require>
<message-list messages.bind="messages"></message-list>
<message-bell></message-bell>
<message-composer></message-composer>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment