@j-hooks/use-title

1.0.0 • Public • Published

@j-hooks/use-title

React Hook to update your document's title.

Installation

yarn

yarn add @j-hooks/use-title

npm

npm i @j-hooks/use-title

Usage

import React from "react";
import useTitle from "@j-hooks/use-title";

function App() {
  useTitle("Welcome");
  // const titleUpdater = useTitle("Loading...");
  // setTimeout(()=>titleUpdater("Home"), 5000);
  return <h1>Welcome</h1>;
}

Arguments

Argument Type Description Required
title string The title you want to use on your document yes

Readme

Keywords

Package Sidebar

Install

npm i @j-hooks/use-title

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.79 kB

Total Files

4

Last publish

Collaborators

  • justinhwang92