web-components-todo icon indicating copy to clipboard operation
web-components-todo copied to clipboard

Atomico

Open UpperCod opened this issue 5 years ago • 0 comments

Hi!, I have updated Atomico and I would like to present the changes in your repo, for this I have updated the exited files in the branch, do not update the benchmark, I await your attention and help to complete this PR

Now Atomico has a simpler and lighter functional approach https://github.com/atomicojs/atomico

import { h, customElement } from "atomico";

function WebComponent() {
	return <host>hello word</host>;
}

customElement("web-component", WebComponent);

UpperCod avatar May 31 '19 03:05 UpperCod