Fork me on GitHub
#helix
<
2023-02-27
>
lilactown02:02:33

helix.dom/$d exists and does the same as ^:native. if you want all the same transformations that helix.dom/div, helix.dom/button etc.: renaming :class to :className , converting :style maps to JS objects, and more, then you should use helix.dom/$d

👍 4