1.0.2 • Published 10 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago