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/15bc1c0b-cd41-4e9e-9c34-d51bbf67f89a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to