Skip to content

This reusable React component will manage all of your changes to the document head.

Notifications You must be signed in to change notification settings

anilsingh581/react-helmet

Repository files navigation

React-Helmet

The tags always inside the element and meta tags always passed as name/value pairs

React Helmet takes plain HTML tags and outputs plain HTML tags. React Helmet is very simple and friendly for beginner react developers.

Reactjs component will manage all of your changes to the document head.

#Install

npm i react-helmet

Helmet will support following attributes for body:

  1.  html
    
  2.  title tags
    

Helmet will support of the following valid head tags:

  1.  title
    
  2.  base
    
  3.  meta
    
  4.  link
    
  5.  script
    
  6.  no-script
    
  7.  style tags
    

Helmet will support server-side rendering. Helmet will supports nested components override duplicate head changes.

Note -

Download thease files and put all thease files in your src folder and start using npm start.

Explore more about React Click...

About

This reusable React component will manage all of your changes to the document head.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published