Guest User

Untitled

a guest
May 24th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <template>
  2. <!-- style element that bind's to the global "theme" object -->
  3. <style>
  4. h1 {
  5. color: ${theme.color};
  6. background-color: ${theme.backgroundColor};
  7. }
  8. </style>
  9.  
  10. <h1>${message}</h1>
  11.  
  12. <!-- theme widget used for testing -->
  13. <require from="./theme-widget"></require>
  14. <theme-widget></theme-widget>
  15. </template>
Add Comment
Please, Sign In to add comment