@hooks2022/use-title

1.0.0 • Public • Published

@hooks2022/use-title

React Hook to update your document's title.

Installation

yarn

yarn add @hooks2022/use-title

npm

npm i @hooks2022/use-title

Usage

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

function App() {
  useTitle("Welcome");
  return <h1>Welcome</h1>;
}

Readme

Keywords

Package Sidebar

Install

npm i @hooks2022/use-title

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

1.26 kB

Total Files

4

Last publish

Collaborators

  • heejinkim