import * as nanoJsx from "https://deno.land/x/nano_jsx@v0.1.0/mod.ts";
Classes
c Img | A useful Image component Add <Img lazy ..., to lazy load the img source Add <Img width="100" height="100" ..., to specify img element's size. Add <Img placeholder="src or element" ...., to prepare placeholder for img. |
c Link | A simple Link component Add <Link prefetch ..., to prefetch the html document Add <Link prefetch="hover" ..., to prefetch the html document on hovering over the link element. |