/err-component-page

Components basic for error page

Primary LanguageCSS

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)