<Spinner class=("visible", move || login.pending().get()) />
where only a MaybeProp is allowed
this is to be able to show the button with spinner but without it changed size
when the spinner is no more needed
<Button>
<Spinner class=("visible", move || login.pending().get()) />
"Se connecter"
</Button>
an also this silently ignores the attribute
<Spinner class:visible=move || login.pending().get() />
and gives, but without error,
<svg class="singlestage-spinner">
<Spinner class=("visible", move || login.pending().get()) />where only a MaybeProp is allowed
this is to be able to show the button with spinner but without it changed size
when the spinner is no more needed
an also this silently ignores the attribute
<Spinner class:visible=move || login.pending().get() />and gives, but without error,
<svg class="singlestage-spinner">