nextg-error-component

React components for error page


Install
npm install nextg-error-component@1.1.1

Documentation

This project was bootstrapped with Create React App.

HOW TO USE

  1. Write command npm i nextg-error-component in your terminal project
  2. Add this import P404 from 'nextg-error-component/lib/P404'
  3. Render component <P404 />

PROPS

PROPS TYPE
textTitle String
textDescription String
image image (ex : <P404 image={require('example.png')}>, etc)