@practical-react-hooks/use-title

1.0.2 • Public • Published

@practical-react-hooks/use-title

React Hook to update your document's title.

Installation

yarn

yarn add @practical-react-hooks/use-title  

npm

npm i @practical-react-hooks/use-title  

Usage

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

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

Arguments

Argument Type Description Required
title string The title you want to use on your document yes

Readme

Keywords

Package Sidebar

Install

npm i @practical-react-hooks/use-title

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

1.61 kB

Total Files

4

Last publish

Collaborators

  • octo908