I'm new to Groups, sorry. Since I can't edit, I'm going to repost with some 
formatting in an attempt to train myself... (And for readability) :(

This is what my original UI component looked like:

<div class="entity size1x1">
   <div class="name">Server-Name</div>
</div>

Now that I'm adapting to Polymer, can/should I do this?

<polymer-element name="one-entityCard" class="entity size1x1">
  <template>
      <div class="name">Server-Name</div>
      <link rel="stylesheet" href="one-entityCard.css" />
  </template>
</polymer-element>

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/26f4d069-84a7-4f59-a301-8761cbeb7cfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to