/comp

Bring components into non-react projects with a few short lines

Primary LanguageJavaScript

Comp

Bring components into non-react projects with a few short lines
for example you add this code at first of your code:

<define name="post">
    <button>{text=hello}</button>
</define>

and it will be avaiable once you use:

<post text="hi"></post>

it's only this :)