Skip to content

m3ftah/prodom

Repository files navigation

Prodom

This is a declarative UI web framework.

Example

const prototype = {
  dom: 'div',
  textContent: 'Hello world',
};
render(prototype, {});

License

MIT