Make Icon extend Text instead of Label

Issue #9 closed
Peter Schulz created an issue

Is there a reason why Icon extends Label instead of Text? This article suggests that Labels have a much higher memory footprint than Texts.

Comments (6)

  1. Jens Deters repo owner

    Looks good so far. The only issue is the size: switching internally from Label to Text leads into adjusting the current icons size.

  2. Peter Schulz reporter

    Cool thanks for giving it a try. The change in size is something I noticed as well. I had to adapt the CSS in order to compensate for that. Let me know if I can be of any assistance.

  3. Log in to comment