1.0.2 • Published 3 years ago

@ann-nooks-nomad/use-title v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago
import { UseTitle } from "@ann-nooks-nomad/use-title";

export default function App() {

  const titleUpdater = UseTitle("Loading...");
  setTimeout(() => titleUpdater("Home"), 5000);

  return (
    <div className="App">
      <h1>Hello CodeSandbox</h1>
      <h2>Start editing to see some magic happen!</h2>
    </div>
  );
}
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago