UNPKG

nova-frontend

Version:

Nova is an alternative to all those gigantic front-end frameworks, that often do more than is necessary when it comes to building simple UIs. Pure Vanilla Javascript is performance-wise the best way to build your front-end in a SPA, but it can be hard to

4 lines (2 loc) 119 B
import { Element, root } from 'nova-frontend'; const element = new Element('div', root, { innerText: 'helo' }, true);