nextg-error-component
v1.1.5
Published
React components for error page
Readme
This project was bootstrapped with Create React App.
HOW TO USE
- Write command
npm i nextg-error-componentin your terminal project - Add this
import P404 from 'nextg-error-component/lib/P404' - Render component
<P404 />
PROPS
| PROPS | TYPE |
| --------------- | --------------------------------------------------------- |
| textTitle | String |
| textDescription | String |
| image | image (ex : <P404 image={require('example.png')}>, etc) |
