PolymerElements/paper-spinner

Why can we not specify a custom size?

Opened this issue · 1 comments

Hello,

Is there a reason why the size of the spinner is hard-coded and cannot be changed?

Thank you,

Alexander

You can override width/height with your own CSS where you use the element:

paper-spinner {
  width: 40px;
  height: 40px;
}