1.1.0 • Published 3 years ago

@gitgw/use-title v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@gitgw/use-title

React Hook to update your document's title.

Installation

npm

npm i @gitgw/use-title

yarn

yarn add @gitgw/use-title

Usage

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

function App() {
  useTitle("Hello");
  
  return (
    <div className="App"></div>
  );
}

Arguments

ArgumentTypeDescriptionRequired
titleStringThe title you want to use on your documentyes
1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago