@kevinangkajaya/error-div
v0.0.2
Published
Shows div with error message.
Downloads
8
Readme
Introduction
Shows div with error message.
How to Use
Install with npm install @kevinangkajaya/error-div
.
Then just add the code below. Replace "error_reason" with the desired error string.
<ErrorDiv error={error_reason} />