1.2.1 • Published 1 year ago

dynamic-title-react v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

dynamic-title-react

npm version npm downloads

The simplest way to use dynamic title in react.

Installation

You can install the package using npm:

npm i dynamic-title-react

Importing and using it

import useDocumentTitle from "dynamic-title-react";

const Home = () => {
  useDocumentTitle("Home Page");
  return <div>This is the home page</div>;
};

export default Home;
1.2.0

1 year ago

1.1.5

1 year ago

1.2.1

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago