0.0.6 • Published 2 years ago

highlight-updates v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago