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
Just as in HTML, it’s useful to be able to create a space-separated list of classes to be applied to an SVG element. Html.Attributes.classList does this for HTML. For Svg, we must implement this ourselves.
Happy to submit a PR with an implementation if this would be considered helpful.
Current as of Elm 0.18.
The text was updated successfully, but these errors were encountered:
Just as in HTML, it’s useful to be able to create a space-separated list of classes to be applied to an SVG element.
Html.Attributes.classList
does this for HTML. ForSvg
, we must implement this ourselves.Happy to submit a PR with an implementation if this would be considered helpful.
Current as of Elm 0.18.
The text was updated successfully, but these errors were encountered: