1.0.1 • Published 10 months ago

@nooks-by-jonghwa/use-title v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@nooks-by-jonghwa/use-title

React Hook to update your document's title.

Installation

yarn

yarn add @nooks-by-jonghwa/use-title

npm

npm i @nooks-by-jonghwa/use-title

Usage

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

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

Arguments

ArgumentTypeDescriptionRequired
titlestringThe title you want to use on your documentyes
1.0.1

10 months ago

1.0.0

10 months ago