react-simple-title

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i react-simple-title

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • manojsinghnegi