You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the button allows only passing a label element but no a more complex content like a span or whatever other thing.
We should be allowed to do stuff like this:
<button><span>this</span><span> is </span><span> the </span><span> content </span></button>
Currently, the button allows only passing a label element but no a more complex content like a
span
or whatever other thing.We should be allowed to do stuff like this:
please remember to:
git checkout release/1.0.0 git pull git checkout -b 'feature/button-content'
The text was updated successfully, but these errors were encountered: