0.0.6 • Published 4 years ago

highlight-updates v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

highlight-updates

Highlight render updates.

Usage with Preact

import { render } from "preact";
import { Highlighter } from "highlight-updates/preact";

function Foo(props) {
  return <h1>{props.children}</h1>;
}

function App() {
  return (
    <Highlighter>
      <Foo />
    </Highlighter>
  );
}

render(<App />, document.getElementById("app"));
0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago