hmiddot / comp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

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


Languages

Language:JavaScript 100.0%