@danieldietrich/arrowjs
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Arrow.js

npm version   Follow

Installation

npm i @danieldietrich/arrowjs

Usage

import { comp, html, render } from '@danieldietrich/arrowjs';

const Comp = comp(() => html`Hi!`);

render(Comp(), document.getElementById('app'))

Copyright © 2020 by Daniel Dietrich. Released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @danieldietrich/arrowjs

Homepage

arrowjs.dev

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

39.8 kB

Total Files

8

Last publish

Collaborators

  • danieldietrich