Skip to content

Latest commit

 

History

History

title

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

🎒 @hooks/title

React hook to set the document title

NPM version Travis License

Install

npm i @hooks/title

Usage

useTitle

useTitle(title: string): void

Parameters

title: string

Will be used to set the document title.