1.1.0 • Published 5 years ago

@gitgw/use-title v1.1.0

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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago