react-simple-title
v1.0.0
Published
Declare title for your pages
Downloads
3
Maintainers
Readme
React simple title
Change your document title
Installation
npm install react-simple-title --save
Usage
import React from 'react';
import ReactDOM from 'react-dom';
import Title from 'react-simple-title';
ReactDOM.render(
<Title>
This is the new title
</Title>, document.getElementById('page'));
Using this ? then please star this component and feel free to contribute.
About Me
- My website (manojsinghnegi.com)
- Github (@manojsinghnegiwd)
- Twitter (@manojnegiwd)