@hooks/title
v0.1.0
Published
React hook to set the document title
Downloads
2
Readme
🎒 @hooks/title
React hook to set the document title
Install
npm i @hooks/title
Usage
useTitle
useTitle(title: string): void
Parameters
title: string
Will be used to set the document title.