1.0.0 • Published 8 years ago

react-simple-title v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

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