@hooks/title
v0.1.0
Published
React hook to set the document title
Readme
🎒 @hooks/title
React hook to set the document title
Install
npm i @hooks/titleUsage
useTitle
useTitle(title: string): voidParameters
title: string
Will be used to set the document title.
