1.1.0 • Published 4 years ago

@gitgw/use-title v1.1.0

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

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago