0.1.5 • Published 3 years ago

react-document-configuration v0.1.5

Weekly downloads
4
License
MIT
Repository
-
Last release
3 years ago

React Document Configuration Beta v0.1

This will help you to manage your page title and icon on each page.

Installation

Using npm:

$ npm install react-document-configuration --save

Example

import React from "react";
import Head from "react-document-configuration";

export default function Application() {
    return (
        <div>
            <Head title="HOME" icon="link_of_icon" />
            <div>
                <h4>Hello Developers!</h4>
            </div>
        </div>
    );
};

Browser Support

ChromeFirefoxSafariOperaEdgeIE
Latest ✔Latest ✔Latest ✔Latest ✔Latest ✔11 ✔

Contributing

GITHUB

License