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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
When rendering HTML that includes MSON structures, it would be nice to render using AttributesKit in-place rather than having to define an element with a unique ID and later calling AttributesKit on that element. For example:
<p>I am some HTML</p><divclass="attributes"><scripttype="text/javascript">// This renders my MSON right here inside this `div` element.AttributesKit.render(mson);</script></div><p>Some more HTML</p>
Does that make sense? Is this a bad idea?
The text was updated successfully, but these errors were encountered:
When rendering HTML that includes MSON structures, it would be nice to render using AttributesKit in-place rather than having to define an element with a unique ID and later calling AttributesKit on that element. For example:
Does that make sense? Is this a bad idea?
The text was updated successfully, but these errors were encountered: